home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / lisp / ChangeLog < prev    next >
Text File  |  1993-07-06  |  526KB  |  13,959 lines

  1. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2.  
  3.     * Version 19.16 released.
  4.  
  5. Tue Jul  6 01:21:37 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  6.  
  7.     * vc.el (vc-start-entry): Don't call file-name-nondirectory on
  8.     FILE before passing it to vc-mode-line.  Everyplace else passes
  9.     vc-mode-line full filenames, and vc-mode-line now needs the real
  10.     file name to decide which version-control system the file is under.
  11.  
  12.     * man.el (Man-build-man-command): Don't leave a pipe symbol at the
  13.     end of the command list if Man-filter-list is nil.
  14.     (Man-default-man-args): Don't write out assq and mapconcat.
  15.     (Man-default-man-entry): Don't default to section 2 for C-mode.
  16.     Call Man-default-man-args, and let people use
  17.     Man-auto-section-alist if this is what they want.
  18.     (manual-entry): Call Man-translate-references, instead of writing
  19.     it out.
  20.     (Man-getpage-in-background): Don't apply Man-default-man-args
  21.     here; manual-entry has already run it, and
  22.     Man-follow-manual-reference provides the sections itself.
  23.  
  24. Mon Jul  5 00:43:20 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  25.  
  26.     * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
  27.     save it until we're done asking questions, and then unread it.
  28.  
  29. Mon Jul  5 03:20:12 1993  Paul Eggert  (eggert@twinsun.com)
  30.  
  31.     * vc.el (vc-name): Move to vc-hooks.el.
  32.     * vc-hooks.el (vc-name): Moved from vc.el; vc-rcs-status now uses it.
  33.     (vc-name, vc-backend-deduce): Set both vc-name and vc-backend
  34.     properties, to avoid calling vc-registered unnecessarily when
  35.     the other property is needed.
  36.     (vc-rcs-status): Yield only status of locks; do not try to yield " REV"
  37.     if there are no locks, since this cannot be done easily if there are
  38.     branches.  Use vc-name instead of duplicating its function incorrectly.
  39.     Fix off-by-one bug when inserting master header pieces.  Read headers
  40.     8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
  41.     (vc-rcs-glean-field): Removed.
  42.  
  43. Sun Jul  4 17:29:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  44.  
  45.     * outline.el (outline-mode-map): Add menu bar items.
  46.     (outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
  47.  
  48.     * help.el (describe-key-briefly): Don't set `foo'.
  49.  
  50. Sun Jul  4 17:01:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  51.  
  52.     * subr.el (posn-point): Properly extract the BUFFER-POSITION field
  53.     of an event when read-key-sequence has placed it in a singleton
  54.     list.
  55.  
  56.     * comint.el (comint-prompt-regexp): Double the backslashes in the
  57.     sample prompt regexps, so that they print properly when unquoted.
  58.  
  59. Sun Jul  4 18:54:59 1993  Paul Eggert  (eggert@twinsun.com)
  60.  
  61.     * vc.el (vc-backend-diff): Undo "-q" change.  This was fixed
  62.     instead by adding -q support to vcdiff.
  63.  
  64. Sun Jul  4 13:55:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  65.  
  66.     * help.el (describe-prefix-bindings): New command.
  67.     (prefix-help-command): Set it.
  68.  
  69.     * hexl.el: Added a keyword.
  70.  
  71. Sun Jul  4 12:46:27 1993  Johan Vromans  (jv@mh.nl)
  72.  
  73.     * forms.el (forms-new-record-filter): Correct default value.
  74.     (forms-modified-record-filter): Correct default value.
  75.  
  76. Sun Jul  4 00:53:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  77.  
  78.     * paren.el (show-paren-command-hook): Add message for paren mismatch.
  79.  
  80.     * vc-hooks.el (vc-mode-line): Put `RCS' or `SCCS' before version num.
  81.  
  82. Sat Jul  3 21:44:54 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  83.  
  84.     * faces.el (make-face-bold, make-face-italic,
  85.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  86.     Properly pass noerror argument to recursive calls.
  87.  
  88.     * frame.el (frame-remove-geometry-params): New function.
  89.     (frame-initialize): Call it, instead of writing it out.
  90.  
  91. Sat Jul  3 15:03:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  92.  
  93.     * simple.el (kill-region): Cope with change hooks that change props.
  94.  
  95. Sat Jul  3 06:15:43 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  96.  
  97.         * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
  98.     correctly distinguish between "on" and "off" values, and put a
  99.     parameter in default-frame-alist.
  100.     * frame.el (frame-initialize): Don't call x-get-resource here.
  101.  
  102. Sat Jul  3 03:22:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  103.  
  104.     * autoload.el (update-file-autoloads):
  105.     Do nothing when there are no cookies.
  106.  
  107. Fri Jul  2 18:55:23 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  108.  
  109.     * mouse.el (mouse-drag-region): Correctly handle drags which enter
  110.     other frames.
  111.  
  112. Fri Jul  2 17:28:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  113.  
  114.     * vc.el (vc-path): New variable.
  115.     (vc-do-command): Use vc-path.
  116.  
  117.     * menu-bar.el (menu-bar-edit-menu): Rename menu item to
  118.     Choose Next Paste.  Create this item along with all the others.
  119.  
  120.     * isearch.el (isearch-other-meta-char): Handle sequences
  121.     containing mouse clicks in scroll-bar that used another buffer's map.
  122.  
  123. Fri Jul  2 16:06:38 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  124.  
  125.     * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
  126.     rcsdiff.
  127.  
  128. Fri Jul  2 14:31:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  129.  
  130.     * menu-bar.el: Put mouse-menu-choose-yank binding after
  131.     paste=>yank binding in menu-bar-edit-menu.
  132.  
  133. Fri Jul  2 13:32:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  134.  
  135.     * bytecomp.el (byte-compile-keep-pending): Handle fset like defalias.
  136.     (byte-compile-file-form-defmumble): Fix backward if in prev change.
  137.  
  138. Thu Jul  1 20:14:44 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  139.  
  140.     * dired-aux.el (dired-diff): Work even when the mark is inactive.
  141.  
  142. Thu Jul  1 18:10:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  143.  
  144.     * sendmail.el (mail-send): Don't test buffer-modified-p
  145.     if buffer is visiting a file.
  146.  
  147.     * bytecomp.el (byte-compile-file-form-defmumble):
  148.     If byte-compile-compatibility, use fset, not defalias.
  149.  
  150. Thu Jul  1 16:33:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  151.  
  152.     * simple.el: Add bindings to function-key-map so that the keypad
  153.     keys act like ordinary self-insertion keys, unless explicitly bound.
  154.  
  155. Thu Jul  1 14:39:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  156.  
  157.     * mailabbrev.el (build-mail-abbrevs): Do substitute-in-file-name
  158.     on the abbrev, for `source'.
  159.  
  160.     * files.el (set-visited-file-name): Rename the old auto save file.
  161.  
  162. Thu Jun 30 23:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  163.  
  164.     * menu-bar.el (mouse-menu-choose-yank):
  165.     Just return when x-popup-menu returns nil.
  166.     Add menu-enable property to this function.
  167.  
  168. Wed Jun 30 17:50:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  169.  
  170.     * compile.el (compile-abbreviate-directory): New function.
  171.     (compilation-parse-errors): Use that, to visit files with a dirname
  172.     more like the one the user specified.
  173.  
  174. Wed Jun 30 15:38:53 1993  Johan Vromans  (jv@mh.nl)
  175.  
  176.     * forms.el: Add e-mail address and version info.
  177.     Adjust commentary and doc strings.
  178.     (forms-mode): Add ###autoload.
  179.     (forms-find-file): Add ###autoload.
  180.     (forms-find-file-other-window):    Add ###autoload.
  181.  
  182. Wed Jun 30 21:35:59 1993  Paul Eggert  (eggert@twinsun.com)
  183.  
  184.     * vc.el (vc-update-change-log): Ensure that file names inserted
  185.     into a ChangeLog are relative to that ChangeLog.
  186.  
  187. Wed Jun 30 12:43:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  188.  
  189.     * simple.el (mark-even-if-inactive): New variable.
  190.     (mark): Test it.
  191.  
  192.     * rmail.el: Doc fixes.
  193.  
  194. Wed Jun 30 00:29:08 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  195.  
  196.     * gud.el: Add history lists to the debugging commands, so we don't
  197.     have to retype the filename every invocation.
  198.     (gud-gdb-history, gud-sdb-history, gud-dbx-history,
  199.     gud-xdb-history): New variables.
  200.     (gdb, sdb, dbx, xdb): Use them when reading the argument string.
  201.  
  202.     * mouse.el (mouse-drag-region-1): Commented out.
  203.     (mouse-drag-region): Commented out, and replaced with new version,
  204.     which highlights the region as we drag.
  205.     (mouse-scroll-delay, mouse-drag-overlay): New variables.
  206.     (mouse-scroll-subr): New function.
  207.  
  208.     * sun-fns.el, sun-curs.el: Move these to lisp/term, to be with
  209.     sun-mouse.el.
  210.  
  211. Tue Jun 29 19:00:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  212.  
  213.     * faces.el (global-face-data): Doc fix.
  214.  
  215.     * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
  216.     matches .newsrc lines not to match more than one line.
  217.  
  218. Tue Jun 29 13:05:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  219.  
  220.     * ls-lisp.el (insert-directory): Doc fix.
  221.     (ls-lisp-format): Provide user name when known.
  222.     On ms-dos, provide a name for the group, to be prettier.
  223.  
  224. Mon Jun 28 00:47:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  225.  
  226.     * subr.el (define-key-after): Delete duplicate bindings that come
  227.     after the new one.  Do insert when we reach the end, if haven't before.
  228.  
  229.     * paren.el: New file.
  230.  
  231.     * faces.el (face-initialize): Create `underline' face.
  232.     (x-initialize-frame-faces): Set up `underline' face.
  233.  
  234.     * faces.el (x-initialize-frame-faces): Check x-display-color-p
  235.     and x-display-planes to decide whether to try using colors or gray.
  236.  
  237.     * man.el (Man-auto-section-alist): Default value nil.
  238.     (Man-getpage-in-background): Call Man-default-man-args.
  239.     (Man-filter-list): Don't discard overstrike here.
  240.     (Man-set-fonts): New function.
  241.     (Man-bgproc-sentinel): Call Man-set-fonts.
  242.     (Man-version-number): Var deleted.
  243.     (Man-version): Command and binding deleted.
  244.     (Man-mode): Use Manual, not Man, as official mode name.
  245.  
  246.     * solar.el: Doc fixes.
  247.  
  248.     * c-mode.el (c-forward-conditional): New function.
  249.     (c-up-conditional): Use c-forward-conditional.
  250.     (c-backward-conditional): New function.
  251.     (c-mode-map): Make bindings for them.
  252.  
  253. Sun Jun 27 20:56:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  254.  
  255.     * vc.el (vc-update-change-log): Restore previous default-directory
  256.     for running rcs2log.
  257.  
  258. Sat Jun 26 00:18:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  259.  
  260.     * subr.el (define-key-after): New function.
  261.  
  262. Fri Jun 25 13:58:52 1993  Barry A. Warsaw  (warsaw@anthem.nlm.nih.gov)
  263.  
  264.     * reporter.el (reporter-submit-bug-report): Rename local var curbuf
  265.     to reporter-eval-buffer.
  266.     (reporter-dump-variable): Eval varsym in reporter-eval-buffer.
  267.  
  268.     * c++-mode.el (c++-fast-backward-syntactic-ws-2)
  269.     (c++-fast-backward-syntactic-ws-1): Change the proper syntax table
  270.     depending on whether we are editing C or C++ code.
  271.  
  272.     * c++-mode.el (c++-indent-exp): When computing offset for open-brace
  273.     line, check not at class top level before adding c-indent-level.
  274.     Fix bug handling member init lists.
  275.     Fix case where comments follow a continued statement.
  276.     Fix handling of c-brace-offset < 0.
  277.  
  278.     * c++-mode.el (c++-calculate-indent):
  279.     Fixed indentation when base class declaration is on a separate line
  280.     then the derived class intro header.
  281.     Don't skip up past compound statement if we're in a member init list.
  282.  
  283.     * c++-mode.el (c++-indent-line): Clean up adjustment
  284.     of block closing braces.  Handle a list as value of
  285.     c++-block-close-brace-offset.
  286.  
  287.     * c++-mode.el (c++-indent-exp): Use c-continued-statement-offset
  288.     instead of c-indent-level to indent comma separated arg decl lists.
  289.  
  290.     * c++-mode.el (c++-fast-backward-syntactic-ws-2): Simplify for
  291.     new forward-comment semantics.
  292.  
  293.     * c++-mode.el (c++-calculate-indent): Change if's to cond in CASE3.
  294.     Require colon when looking for `case' or `default'.
  295.     Use c++-compound-offset.
  296.     (c++-compound-offset): New function.
  297.     Distinguish statement continuation from enum and initializer lists.
  298.  
  299. Fri Jun 25 18:30:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  300.  
  301.     * vc-hooks.el (vc-rcs-status): New variable.
  302.     (vc-mode-line): Display the lock status and head version.
  303.     (vc-rcs-status, vc-rcs-glean-field): New function.
  304.  
  305.     * menu-bar.el (mouse-menu-bar-buffers): Include % and * in each item.
  306.     Calculate amount of space needed for longest buffer name.
  307.     * mouse.el (mouse-buffer-menu): Likewise.
  308.  
  309. Fri Jun 25 18:01:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  310.  
  311.     * add-log.el (find-change-log): Try get-file-buffer before
  312.     file-exists-p.
  313.  
  314. Fri Jun 25 17:30:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  315.  
  316.     * vc.el (vc-diff): If `diff' gives empty output, return nil.
  317.  
  318. Wed Jun 23 21:45:19 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  319.  
  320.     * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
  321.     host name completion.
  322.  
  323.     * hexl.el (hexl-in-save-buffer): New flag.
  324.     (hexl-save-buffer): Prevent infinite recursion.
  325.  
  326. Tue Jun 22 04:11:33 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  327.  
  328.     * term/x-win.el (command-switch-alist): "-ib" takes a numeric
  329.     argument; use x-handle-numeric-switch for it.
  330.  
  331.     * replace.el (query-replace-map): Fix typo in binding for [return].
  332.  
  333. Tue Jun 22 00:23:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  334.  
  335.     * rmailsort.el: Don't touch rmail-summary-mode-map.
  336.     Don't touch rmail-mode-map.  Don't require rmail or sort.
  337.     (rmail-summary-sort-...): Moved to rmailsum.el.
  338.     (rmail-sort-from-summary): Likewise.
  339.  
  340.     * rmail.el: Add autoloads for rmailsort commands.
  341.     (rmail-mode-map): Add bindings for those commands.
  342.  
  343.     * rmailsum.el (rmail-summary-mode-map): Bind summary sort commands.
  344.     (rmail-summary-sort-...): Moved from rmailsort.el.
  345.     (rmail-sort-from-summary): Likewise.  Require rmailsort.
  346.  
  347. Mon Jun 21 22:01:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  348.  
  349.     * compile.el (compile-file-of-error): Remember that
  350.     compilation-error-list stores file names as strings, not as (DIR .
  351.     FILE) pairs.
  352.  
  353.     * diff.el (diff-parse-differences): Preserve the match data
  354.     across the call to find-file-noselect.
  355.  
  356.     * subr.el (event-end): Modified to account for multi-click events.
  357.  
  358. Mon Jun 21 01:53:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  359.  
  360.     * rmail.el (rmail-mode-map): Add local menu bar bindings.
  361.     (rmail-search-backward): New command.
  362.     (rmail-mode): Move to the last message.
  363.  
  364.     * rmailsum.el (rmail-summary-mode-map): Add local menu bar bindings.
  365.     (rmail-summary-search-backward): New command.
  366.     (rmail-summary-search): Don't use save-excursion.
  367.  
  368.     * sendmail.el (mail-mode-map): Add local menu bar bindings.
  369.  
  370.     * texinfo.el: Set up autoloads for files `makeinfo' and `texnfo-upd'.
  371.     (texinfo-delete-from-print-queue-command): New var.
  372.     (texinfo-tex-trailer): New var.
  373.     (texinfo-tex-region): Use that.
  374.     (texinfo-tex-buffer): Rewritten; use the actual source file.
  375.     Binding is now C-c C-t C-b.
  376.     (texinfo-texindex): Turned back on.
  377.     (texinfo-quit-job): New command, with binding.
  378.     (texinfo-delete-from-print-queue): Likewise.
  379.     (texinfo-show-structure): Indent each line according to depth.
  380.     Require texnfo-upd.
  381.     (texinfo-section-types-regexp): Var deleted.
  382.     (texinfo-insert-@-with-arg): New function.
  383.     (texinfo-insert-@var, etc.): Use that.
  384.     (texinfo-insert-@end): New command, now on C-c C-c e.
  385.     (texinfo-insert-@end-example): Deleted.
  386.     (texinfo-insert-@table): New command, on C-c C-c t.
  387.     (texinfo-start-menu-description): New command, on C-c C-c C-d.
  388.     (texinfo-mode): No longer set tex-trailer.
  389.     Make the @node for the top node start a page.
  390.     Use shorter values for tex-end-of-header and tex-start-of-header.
  391.     (texinfo-mode-map): Add bindings for makeinfo-buffer, etc.
  392.     Delete bindings for texinfo-format-buffer/region.
  393.     (texinfo-define-common-keys): New function.
  394.  
  395.     * texinfmt.el: File deleted.
  396.  
  397.     * makeinfo.el: New file.
  398.  
  399.     * metamail.el: New file.
  400.  
  401.     * time-stamp.el: New file.
  402.  
  403. Sun Jun 20 20:44:36 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  404.  
  405.     * add-log.el (add-log-current-defun): To find the name of the
  406.     function being defined in emacs-lisp-mode, lisp-mode, and
  407.     scheme-mode, skip an opening paren and an s-expression, instead of
  408.     just one word.  This allows us to properly recognize things like
  409.     define-key and define-macro.
  410.  
  411.     * replace.el (query-replace-map): Make RET exit query-replace,
  412.     just like ESC.
  413.  
  414. Sun Jun 20 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  415.  
  416.     * mh-e.el (mh-yank-cur-msg): Test mark-active.
  417.  
  418. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  419.  
  420.     * version 19.15 released.
  421.  
  422. Sat Jun 19 17:47:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  423.  
  424.     * info.el (Info-insert-dir): Remove the call to recursive-edit.
  425.  
  426. Sat Jun 19 15:05:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  427.  
  428.     * info.el (Info-insert-dir): Record file attributes of files used.
  429.     Recompute the dir if they change.
  430.  
  431.     * files.el (insert-file): Report error if file is directory.
  432.  
  433. Fri Jun 18 21:43:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  434.  
  435.     * man.el (Man-switches): New variable.
  436.     (Man-build-man-command): Use it to build the man command.
  437.     (Man-mode): Mention it in documentation.
  438.  
  439. Fri Jun 18 21:13:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  440.  
  441.     * rmailout.el (rmail-output): Check file can be read before trying
  442.     to read part of it.
  443.  
  444.     * ange-ftp.el (ange-ftp-insert-file-contents):
  445.     Handle extra args BEG, END.
  446.  
  447. Fri Jun 18 19:25:02 1993  Johan Vromans  (jv@mh.nl)
  448.  
  449.     * forms.el: Delete local variables list.
  450.     (forms-forms-scrolls): Deleted.
  451.     (forms-forms-jumps): Deleted.
  452.     (forms--change-commands): Use substitute-key-definition.
  453.     (forms-mode): Call forms--change-commands later on.
  454.  
  455. Fri Jun 18 13:55:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  456.  
  457.     * compile.el (compilation-error-regexp-alist): Generalize the
  458.     Apollo/BSD4.3 regexp to handle IBM RS6k too.
  459.  
  460.     * mouse.el (mouse-secondary-save-then-kill): Don't switch windows.
  461.     Just set-buffer, and put save-excursion around it.
  462.     (mouse-set-secondary, mouse-start-secondary): Likewise.
  463.     (mouse-drag-secondary): Switch windows and move point just temporarily.
  464.  
  465. Fri Jun 18 13:49:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  466.  
  467.     * dired.el (dired-summary): dired-do-rename is on "R", not "r".
  468.  
  469. Fri Jun 18 10:14:45 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  470.  
  471.         * calendar.el (calendar-version): Update to 5.1.  Fixed a variety
  472.         of spelling error in comments and doc strings.
  473.         (calendar-sexp-debug): New variable to turn off error catching.
  474.     (calendar-absolute-from-gregorian): Removed unused vars month, day.
  475.         (view-calendar-holidays-initially, all-hebrew-calendar-holidays,
  476.         all-christian-calendar-holidays, all-christian-islamic-holidays,
  477.         diary-nonmarking-symbol, hebrew-diary-entry-symbol,
  478.         islamic-diary-entry-symbol, diary-include-string,
  479.         abbreviated-calendar-year, european-calendar-style,
  480.         european-calendar-display-form, american-calendar-display-form,
  481.         calendar-date-display-form, print-diary-entries-hook,
  482.         list-diary-entries-hook, nongregorian-diary-listing-hook,
  483.         nongregorian-diary-marking-hook, diary-list-include-blanks,
  484.         holidays-in-diary-buffer, general-holidays,
  485.         increment-calendar-month, calendar-sum, calendar-string-spread,
  486.         calendar-absolute-from-iso, calendar-print-iso-date,
  487.         hebrew-calendar-elapsed-days, list-yahrzeit-dates,
  488.         calendar-print-astro-day-number): Fix doc strings.
  489.         (calendar-nth-named-day): Rewritten to include optional day of month.
  490.         (general-holidays, calendar-holidays, hebrew-holidays,
  491.         christian-holidays, islamic-holidays,
  492.         solar-holidays): Rewritten to include require of cal-dst.el and to
  493.         show the time of the change to/from daylight savings time.
  494.         (calendar-current-time-zone, calendar-time-zone,
  495.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  496.         calendar-daylight-time-zone-name, calendar-daylight-savings-starts,
  497.         calendar-daylight-savings-ends,
  498.         calendar-daylight-savings-switchover-time): Moved to cal-dst.el.
  499.         (calendar-location-name, calendar-time-display-form, calendar-latitude,
  500.         calendar-longitude): Moved to solar.el.
  501.         (calendar-holidays): Unquote it!
  502.  
  503.         * solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed
  504.         solar-equinoxes-solstices.
  505.         (calendar-time-display-form, calendar-latitude,
  506.         calendar-longitude): Moved from calendar.el.
  507.         (calendar-time-zone, calendar-standard-time-zone-name,
  508.         calendar-daylight-time-zone-name,
  509.         calendar-daylight-savings-starts, calendar-daylight-savings-ends):
  510.         Take default values from calendar-current-time-zone, instead of
  511.         being overwritten in open code if they were set to nil.
  512.         (solar-time-string): Subtract calendar-daylight-time-offset when
  513.         computing dst-ends.  Avoid rounding errors when rounding time to
  514.         the nearest minute.
  515.  
  516.         * diary.el (list-sexp-diary-entries,
  517.         hebrew-calendar-year-Saturday-incomplete-Sunday,
  518.         hebrew-calendar-year-Monday-incomplete-Tuesday,
  519.         hebrew-calendar-year-Tuesday-regular-Thursday,
  520.         hebrew-calendar-year-Thursday-complete-Sunday,
  521.         hebrew-calendar-year-Saturday-complete-Thursday,
  522.         hebrew-calendar-year-Monday-complete-Saturday,
  523.         hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings.
  524.         (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching.
  525.         
  526.         * diary-ins.el (insert-cyclic-diary-entry): Fix date form.
  527.  
  528.         * cal-mayan.el (calendar-mayan-days-before-absolute-zero,
  529.         calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference,
  530.         calendar-mayan-tzolkin-haab-on-or-before,
  531.         calendar-previous-calendar-round-date,
  532.         calendar-absolute-from-mayan-long-count,
  533.         calendar-print-mayan-date): Fix doc strings.
  534.  
  535.         * holidays.el (calendar-holiday-function-fixed,
  536.         calendar-holiday-function-float, calendar-holiday-function-julian,
  537.         calendar-holiday-function-islamic,
  538.         calendar-holiday-function-hebrew, calendar-holiday-function-sexp,
  539.         calendar-holiday-function-advent,
  540.         calendar-holiday-function-easter-etc,
  541.         calendar-holiday-function-greek-orthodox-easter,
  542.         calendar-holiday-function-rosh-hashanah-etc,
  543.         calendar-holiday-function-hanukkah,
  544.         calendar-holiday-function-passover-etc,
  545.         calendar-holiday-function-tisha-b-av-etc): Renamed without words
  546.         "calendar" and "function"; changed argument from a list of values to
  547.         individual values.  Fixed doc strings.
  548.         (calendar-holiday-function-if): Removed.
  549.         (calendar-holiday-solar-equinoxes-solstices): Renamed
  550.         solar-equinoxes-solstices.
  551.         (calendar-holiday-list): Rewrote to accomodate the name changes
  552.         above and the unquoting of calendar-holidays.
  553.         (calendar-cursor-holidays):  Change screen-width to frame-width.
  554.         (holiday-sexp): Rewritten.
  555.  
  556.         * lunar.el (lunar-phase): Use time conversion from solar.el
  557.  
  558.         * cal-dst.el: New file.
  559.         (calendar-/, calendar-%, calendar-absolute-from-time,
  560.         calendar-time-from-absolute, calendar-next-time-zone-transition,
  561.         calendar-time-zone-daylight-rules): New functions.
  562.         (calendar-current-time-zone): Moved from calendar.el and rewritten.
  563.         (calendar-current-time-zone-cache): New variable.
  564.         (calendar-current-time-zone, calendar-time-zone,
  565.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  566.         calendar-daylight-time-zone-name,
  567.         calendar-daylight-savings-starts, calendar-daylight-savings-ends,
  568.         calendar-daylight-savings-switchover-time): Moved from calendar.el.
  569.  
  570. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  571.  
  572.     * Version 19.14 released.
  573.  
  574. Thu Jun 17 19:41:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  575.  
  576.     * sendmail.el (mail-citation-hook): New hook var.
  577.     (mail-yank-original): Use that hook if not nil.
  578.  
  579.     * sc.el: Change usage comment.
  580.  
  581. Thu Jun 17 18:57:01 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  582.  
  583.     * faces.el (make-face-bold, make-face-italic,
  584.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  585.     Always pass the frame parameter to internal-try-face-font; we only
  586.     want to set the face for this frame.
  587.  
  588.     * faces.el (make-face-bold, make-face-italic,
  589.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  590.     Fix error messages.
  591.  
  592. Thu Jun 17 00:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  593.  
  594.     * faces.el (set-face-background-pixmap, face-background-pixmap):
  595.     Functions commented out.
  596.  
  597.     * mouse.el (mouse-start-secondary): New function.
  598.     (mouse-set-secondary, mouse-drag-secondary): New functions.
  599.     (mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
  600.  
  601.     * term/vt200.el: Translate F11 (ESC [ 23 ~) to ESC.
  602.     * term/vt201.el, term/vt220.el, term/vt240.el: Likewise.
  603.  
  604.     * autoload.el (generate-file-autoloads): Undo previous change
  605.     because make-docfile requires defvar doc string to start on first line.
  606.  
  607.     * cplus-md.el: Renamed from c++-mode.el.
  608.     * cplus-md1.el: Renamed from c++-mode-1.el.
  609.  
  610.     * vc.el (vc-rename-file): Remove periods from error messages.
  611.     (vc-backend-logentry-check, vc-revert-buffer): Likewise.
  612.     (vc-retrieve-snapshot, vc-create-snapshot): Likewise.
  613.     (vc-diff, vc-finish-logentry, vc-steal-lock): Likewise.
  614.     (vc-register, vc-next-action-on-file, vc-registration-error): Likewise.
  615.     (vc-cancel-version): Add space to end of question.
  616.  
  617.     * menu-bar.el (mouse-menu-choose-yank): New function.
  618.     Put it in the edit menu.
  619.     (yank-menu-length): New variable.
  620.  
  621. Wed Jun 16 20:16:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  622.  
  623.     * subr.el (event-basic-type): Deal with listy events properly.
  624.  
  625. Wed Jun 16 23:06:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  626.  
  627.     * autoload.el (make-autoload): Use memq once instead eq twice.
  628.     (generate-file-autoloads): For non-autoloads, copy the defn textually
  629.     rather than printing it after reading.
  630.  
  631.     * autoload.el (generate-autoload-cookie, update-autoloads-here):
  632.     Doc fixes.
  633.  
  634. Wed Jun 16 17:21:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  635.  
  636.     * frame.el (set-frame-configuration): Don't try to set a frame's
  637.     minibuffer.  This parameter can't be changed, so that would signal
  638.     an error.
  639.  
  640. Wed Jun 16 13:42:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  641.  
  642.     * assoc.el (aput): Doc fix.
  643.  
  644.     * ls-lisp.el (insert-directory): If no handler, convert SWITCHES
  645.     from a string to a list of characters.
  646.  
  647.     * disass.el (disassemble-internal): If function is autoload, load it.
  648.  
  649.     * lisp.el (parens-require-spaces): Var renamed and sense changed.
  650.     (insert-parentheses): Corresponding changes.
  651.  
  652.     * rmailout.el (rmail-output): Use insert-file-contents to look at
  653.     beginning of output file.
  654.  
  655.     * term/x-win.el (x-switch-definitions): Fix -iconic.
  656.  
  657.     * bytecomp.el (byte-compile-file-form-defmumble): Typo in prev change.
  658.  
  659. Tue Jun 15 03:56:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  660.  
  661.     * server.el (server-process-filter): Use server-switch-buffer.
  662.  
  663.     * gud.el (gud-xdb-directories): Renamed from gud-xdb-paths.
  664.     Defvar moved earlier.  All uses changed.
  665.     (gud-xdb-debugger-startup): Rename local var `paths'.
  666.     (gud-xdb-file-name): Likewise.
  667.  
  668.     * inf-lisp.el (inferior-lisp-buffer): Move defvar earlier.
  669.  
  670.     * mailalias.el (define-mail-alias): Remove excess whitespace better.
  671.  
  672.     * mailabbrev.el (define-mail-abbrev): Renamed from define-mail-alias.
  673.     (build-mail-abbrevs): Use new name.
  674.  
  675.     * bytecomp.el (byte-compile-file-form-defmumble): Use defalias
  676.     for named function, even if no doc string.
  677.  
  678.     * dired.el (dired-repeat-over-lines): Going fwd, skip new lines
  679.     that FUNCTION inserts after the current line.
  680.     Going backwd, no need for dired-move-to-filename each time.
  681.  
  682. Tue Jun 15 21:10:22 1993  Shane Hartman  (shane@nugget.spr.com)
  683.  
  684.         * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
  685.         (gud-xdb-debugger-startup): New function.
  686.         (gud-xdb-file-name, gud-xdb-accumulation): New functions.
  687.         (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
  688.  
  689. Mon Jun 14 14:53:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  690.  
  691.     * lisp.el (parens-dont-require-spaces): New variable.
  692.     (insert-parentheses): Obey that variable.
  693.  
  694.     * emerge.el (emerge-make-diff3-list): Pass ancestor second.
  695.     (emerge-extract-diffs3): Replace group-1 with group-2.
  696.     (emerge-handle-local-variables): Pass no arg to hack-local-variables.
  697.  
  698.     * picture.el (picture-replace-match): New function.
  699.     * dabbrev.el (dabbrev-expand): Do all changes with replace-match.
  700.     In picture-mode, use picture-replace-match instead.
  701.  
  702. Mon Jun 14 10:57:43 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  703.  
  704.     * holidays.el: Eval calendar-holidays; don't just use its value.
  705.  
  706.     * complete.el: (provide 'complete).
  707.  
  708. Mon Jun 14 03:10:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  709.  
  710.     * window.el (balance-windows): Total rewrite.
  711.  
  712. Sun Jun 13 00:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  713.  
  714.     * bytecomp.el (byte-compile-file): Undo previous change.
  715.     (batch-byte-recompile-directory): Doc fix.
  716.  
  717.     * isearch.el (isearch-highlight): If no face `isearch', use `region'.
  718.  
  719.     * c-mode.el (c-indent-line): Call c-backward-to-start-of-if
  720.     in the case of else following a close brace.
  721.  
  722.     * man.el (Man-getpage-in-background): Use TERM=dumb to prevent
  723.     terminal control sequences in the output.
  724.  
  725. Sat Jun 12 16:58:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  726.  
  727.     * files.el (abbreviate-file-name): Match home dir with no /
  728.     if nothing else follows.
  729.  
  730.     * finder.el (finder-find-library): New function.
  731.     (finder-commentary): Use it.
  732.  
  733.     * forms.el, forms-pass.el, forms-d2.el, forms-dat.el, forms.README:
  734.     Moved from subdir forms-mode.  Subdir deleted.
  735.  
  736. Sat Jun 12 16:03:03 1993  Johan Vromans  (jv@mh.nl)
  737.  
  738.     * forms.el (forms--change-commands): 
  739.     Use (function (lambda ...)) instead of '(lambda...).
  740.  
  741.     * forms.el: Provide `forms' as well as `forms-mode'.
  742.     (forms-new-record-filter, forms-modified-record-filter): Add defvars.
  743.  
  744. Sat Jun 12 02:53:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  745.  
  746.     * files.el (make-directory): By default create dir default-dir. 
  747.  
  748. Fri Jun 11 11:46:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  749.  
  750.     * vc.el (vc-backend-diff): Always use -q option.
  751.  
  752.     * files.el (file-truename): Don't use expand-file-name to merge
  753.     a link target into the previous dir.  Handle .. and . explicitly.
  754.  
  755.     * env.el (setenv): Treat case as significant.
  756.  
  757.     * mailabbrev.el (sendmail-pre-abbrev-expand-hook):
  758.     If last-command-char is not a character, don't check char-syntax.
  759.  
  760.     * inf-lisp.el: Doc fixes. 
  761.     (run-lisp): Add autoload.
  762.     (inferior-lisp-mode-map): Explicitly make local prefix keys.
  763.  
  764.     * cmulisp.el: File deleted.
  765.  
  766.     * server.el (server-window): New variable.
  767.     (server-switch-buffer): Use it.
  768.  
  769.     * flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag.
  770.  
  771.     * man.el (Man-filter-list): Add an element for X man pages.
  772.     (Man-goto-page): Continue past errors in Man-build-references-alist.
  773.  
  774.     * rmailout.el (rmail-output-to-rmail-file): Use the smart default
  775.     in the prompt.
  776.  
  777.     * register.el (view-register): Handle file name values.
  778.  
  779.     * etags.el (etags-tags-completion-table): When skipping the noise
  780.     before the tag name, let it end with any char not allowed in a tag.
  781.  
  782.     * files.el (cd): Use file-name-absolute-p.
  783.     (cd-absolute): No longer interactive.
  784.  
  785.     * echistory.el (electric-history-map): Don't use fillarray;
  786.     make default bindings instead.  Bind up, down, home, next, prior.
  787.  
  788. Fri Jun 11 05:44:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  789.  
  790.     * frame.el (frame-initialize): Remember to actually traverse
  791.     initial-frame-alist.
  792.  
  793.     * gud.el (gud-last-last-frame): New variable.
  794.     (gud-display-frame): Save the frame we displayed in
  795.     gud-last-last-frame.
  796.     (gud-refresh): Force gud-display-frame to jump to the last frame
  797.     displayed, even if it has already done so once.
  798.  
  799.     * man.el (manual-entry): Recognize the subject(section) syntax.
  800.  
  801.     * picture.el (move-to-column-force): If column is negative, go
  802.     flush left.
  803.  
  804.     * simple.el (hscroll-point-visible): Work as documented in the
  805.     docstring for hscroll-step.
  806.  
  807. Fri Jun 11 00:04:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  808.  
  809.     * lisp-mode.el (lisp-indent-function): Look for either
  810.     lisp-indent-hook or lisp-indent-function property.
  811.  
  812.     * files.el (make-backup-files): Doc fix.
  813.  
  814.     * mouse.el (mouse-set-mark-fast): New function.
  815.     (mouse-show-mark): New function.
  816.     (mouse-kill-ring-save, mouse-save-then-kill): Use them.
  817.     (mouse-save-then-kill): Don't let kill-region alter this-command.
  818.     Check last-command accordingly.
  819.     (mouse-split-window-vertically): Handle scroll bar events.
  820.  
  821. Thu Jun 10 13:41:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  822.  
  823.     * rmail.el (rmail-primary-inbox-list): Use defvar, not defconst.
  824.  
  825.     * files.el (basic-save-buffer): Cal auto-save-mode with t as arg
  826.     if and only if auto save was off and default is on.
  827.     (set-visited-file-name): Likewise.
  828.  
  829.     * simple.el (append-to-buffer): Interactively, supply all 3 args.
  830.     Allow nonexistent buffers.
  831.  
  832.     * files.el (abbreviate-file-name): Make abbreviated-home-dir
  833.     from `~/', not from just `~'.
  834.     (hack-one-local-variable): Query for ...-hook(s) and ..-function(s)
  835.     as the `eval' variable.
  836.  
  837.     * ispell.el: Doc fixes.
  838.     (ispell-command, ispell-command-options): New defvars.
  839.     (start-ispell): Use them.
  840.  
  841.     * ange-ftp.el (ange-ftp-multi-msgs): Add 331-.
  842.  
  843.     * man.el (Man-mode): Run Man-mode-hook.
  844.  
  845.     * bibtex.el (bibtex-mode-map): Use tex-insert-quote, not TeX-...
  846.  
  847. Thu Jun 10 15:16:11 1993  Shane Hartman  (shane@nugget.spr.com)
  848.  
  849.         * c++-mode.el (calculate-c++-indent): Respect
  850.         c-continued-brace-offset (as in c-mode.el).
  851.  
  852. Thu Jun 10 06:39:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  853.  
  854.     * frame.el (frame-initialize): When deleting geometry
  855.     specifications from initial-frame-alist, remember that they may
  856.     occur more than once, and do, if the -geometry option was
  857.     specified as well as a .geometry resource.
  858.  
  859.     * scroll-bar.el (scroll-bar-mode): Variable deleted.
  860.     (scroll-bar-mode): Function changed to consult default-frame-alist
  861.     instead of the variable.
  862.  
  863.     * gnus.el (gnus-start-news-server): If no server has been
  864.     specified, but gnus-nntp-service is nil, don't ask for a server
  865.     name; use the local host.
  866.  
  867.     * ange-ftp.el (ange-ftp-make-directory): Take second optional
  868.     argument parents, like the original.  Implement it.
  869.  
  870.     * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
  871.     matches .newsrc lines for better performance under the new regexp
  872.     routines.
  873.  
  874. Thu Jun 10 13:40:44 1993  Dave Gillespie  (daveg@synaptics.com)
  875.  
  876.     * bytecomp.el: Bug fixes and upgrade to match Zawinski's v2.10.
  877.     (byte-compile-dest-file): Added support for emacs-lisp-file-regexp.
  878.     (byte-recompile-directory): Several things involving `noninteractive'.
  879.     (byte-compile-file): Changed prompting in read-file-name.
  880.     (byte-compile-insert-header): Put a magic number at top of .elc files,
  881.     fixed backwards test of byte-compile-compatibility.
  882.     (byte-compile-form, byte-defop-compiler19, byte-compile-list,
  883.     byte-compile-concat, byte-compile-insert): Likewise.
  884.     (byte-compile-condition-case): Added checking for unknown conditions.
  885.     (batch-byte-recompile-directory): New function.
  886.  
  887. Wed Jun  9 05:43:49 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  888.  
  889.     * compile.el (compilation-error-list): When we haven't yet
  890.     generated a marker for the source position of an error message,
  891.     store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
  892.     LINE-NUMBER).  Doc fix.
  893.     (next-error, compilation-parse-errors): Adjusted appropriately.
  894.  
  895.     * scroll-bar.el (scroll-bar-set-window-start): Remember that the
  896.     scroll bar numbers reflect the accessible region of the buffer,
  897.     not the entire buffer.
  898.  
  899. Tue Jun  8 12:28:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  900.  
  901.     * dired.el (dired-flag-auto-save-files): Ignore `*' added by ls -F.
  902.  
  903.     * sc.el (sc-mark): Use mark-marker.
  904.  
  905. Tue Jun  8 08:28:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  906.  
  907.     * Version 19.13 released.
  908.  
  909. Tue Jun  8 00:40:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  910.  
  911.     * fortran.el (fortran-indent-new-line): Renamed from
  912.     fortran-reindent-then-newline-and-indent.
  913.  
  914.     * mouse.el (mouse-drag-region-1): Un-comment-out this function.
  915.  
  916.     * info.el (Info-follow-reference): Fix completion defaulting.
  917.  
  918. Mon Jun  7 21:47:37 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  919.  
  920.         * calendar.el (calendar-current-time-zone): Change variable names
  921.         to make them more readable.
  922.         (calendar-time-zone, calendar-standard-time-zone-name,
  923.         calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
  924.         calendar-daylight-savings-starts): Don't autload them.
  925.  
  926. Mon Jun  7 00:25:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  927.  
  928.     * apropos.el (safe-documentation): Don't crash on byte-compiled macro.
  929.  
  930.     * telnet.el (telnet-simple-send): New function.
  931.     (telnet): Arrange to use that.
  932.  
  933.     * sun-keys.el: File deleted.
  934.  
  935.     * texinfo.el (texinfo-section-types-regexp): Add @chapheading.
  936.  
  937.     * gud.el: Doc fixes.  Delete local variable list at the end.
  938.     (expr-forward-sexp): Renamed from forw-expr.
  939.     (expr-backward-sexp): Renamed from back-expr.
  940.  
  941.     * case-table.el (describe-buffer-case-table): Merge locals i and ch.
  942.     Make *Help* current buffer for describe-vector.
  943.  
  944.     * bibtex.el: Fix typos in previous change.
  945.     Add a few menu items.
  946.  
  947.     * compile.el (compilation-error-regexp-alist): Make sure each regexp
  948.     can only match a few characters at the front.  Split off the Mips
  949.     CC regexp from the Apollo regexp.
  950.  
  951.     * rmail.el (rmail-variables): Default rmail-inbox-list here.
  952.     (rmail): Not here.
  953.  
  954.     * ange-ftp.el (ange-ftp-real-load): New function.
  955.     (ange-ftp-load): New function--handles `load'.
  956.  
  957. Sun Jun  6 18:29:36 1993  Paul Eggert  (eggert@twinsun.com)
  958.  
  959.     * term/sun-mouse.el (mouse-union-first-preferred): Renamed from
  960.     mouse-union-first-prefered.
  961.  
  962. Sun Jun  6 17:46:25 1993  Paul Eggert  (eggert@twinsun.com)
  963.     
  964.     * sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p.
  965.  
  966.     * etags.el (etags-recognize-tags-table): Fix misspelling of
  967.     find-tag-regexp-next-line-after-failure-p.
  968.  
  969.     * bibtex.el (bibtex-name-alignment): Renamed from
  970.     bibtex-name-alignement.
  971.  
  972.     * allout.el (outlinify-sticky): Renamed from outlineify-sticky.
  973.  
  974.     * faces.el (x-create-frame-with-faces): Reversevideo -> ReverseVideo.
  975.     * frame.el (frame-initialize): Likewise.
  976.  
  977. Sun Jun  6 01:27:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  978.  
  979.     * outline.el (outline-minor-mode): Add autoload cookie.
  980.  
  981.     * bibtex.el: Define 2 local menu-bar submaps.
  982.     (bibtex-x-help, bibtex-x-environment): Deleted.
  983.  
  984.     * isearch.el (search-upper-case): Make `no-yanks' the default.
  985.     (isearch-no-upper-case-p): New arg REGEXP-FLAG.
  986.     (isearch-search): Pass new arg.
  987.     (isearch-member-equal): Deleted.
  988.     (isearch-overlay): New variable.
  989.     (isearch-highlight, isearch-dehighlight): Rewritten to use overlays.
  990.  
  991.     * dired.el (dired-unmark-all-files): Read arg as just a character.
  992.     Use non-regexp search to find a specific mark.
  993.     Use subst-char-in-region to make the change.
  994.     Improve the message at the end.
  995.  
  996.     * vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
  997.     (vip-escape-to-emacs): Use read-key-sequence and key-binding.
  998.     Arg EVENTS replaces arg CHAR.  
  999.     (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
  1000.  
  1001.     * compile.el (compile-internal): Alter current buffer only temporarily.
  1002.  
  1003. Sat Jun  5 13:08:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1004.  
  1005.     * sendmail.el (mail-do-fcc): Replace the code for appending to buffer.
  1006.  
  1007.     * rmailsum.el (rmail-summary-next-msg): Fix number of dots in regexp.
  1008.  
  1009.     * scroll-bar.el (scroll-bar-drag-1):
  1010.     Calculate position relative to the accessible part of the buffer.
  1011.  
  1012.     * menu-bar.el (menu-bar-help-menu): Add defvar.
  1013.     (menu-bar-edit-menu, menu-bar-file-menu): Likewise.
  1014.  
  1015.     * dired.el (dired-flag-backup-files): Handle `*' made by `ls -F'.
  1016.  
  1017.     * ange-ftp.el (internal-ange-ftp-mode): Renamed from ange-ftp-mode.
  1018.     Callers changed.
  1019.  
  1020.     * menu-bar.el (window-system): Enable menu bars only if
  1021.     window-system is non-nil.
  1022.  
  1023.     * add-log.el (add-log-current-defun): Fix typos in last change.
  1024.  
  1025. Sat Jun  5 04:39:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1026.  
  1027.     * term/x-win.el (x-selection-timeout): Set it, using x-get-resource.
  1028.  
  1029. Fri Jun  4 07:14:44 1993  Paul Eggert  (eggert@twinsun.com)
  1030.  
  1031.     * timezone.el: (timezone-make-date-arpa-standard,
  1032.     timezone-make-date-sortable): Move common code into timezone-fix-time.
  1033.     (timezone-fix-time): Merge common code from above two functions.
  1034.     Yield time zone at end of result vector.
  1035.     Set time zone offset correctly as of the given time,
  1036.     instead of guessing from the current offset.
  1037.     (timezone-make-arpa-date, timezone-zone-to-minute): Convert
  1038.     current-time-zone style timezones into RFC-822 style timezones.
  1039.  
  1040.     (timezone-time-from-absolute, timezone-time-zone-from-absolute,
  1041.     timezone-day-number, timezone-absolute-from-gregorian):
  1042.     More functions borrowed from Reingold's calendar package.
  1043.  
  1044.     (timezone-make-arpa-date, timezone-make-sortable-date): Can safely
  1045.     assume that year includes century, since timezone-fix-time guarantees
  1046.     this.
  1047.  
  1048.     * gnuspost.el (gnus-current-time-zone):    New function, which tries
  1049.     current-time-zone, and if that fails falls back on gnus-local-timezone.
  1050.     (gnus-inews-date): Use it.
  1051.     (gnus-inews-valid-date): New optional args TIME (default now) and ZONE
  1052.         (default GMT).
  1053.     (gnus-inews-buggy-date): New optional arg TIME (default now).
  1054.  
  1055.     * gnus.el (gnus-local-timezone): Now used only if current-time-zone
  1056.     does not work.
  1057.  
  1058. Fri Jun  4 01:16:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1059.  
  1060.     * mh-e.el (mh-yank-cur-msg): Use (mark t).
  1061.  
  1062.     * simple.el (mark): Doc fix.
  1063.  
  1064.     * add-log.el (add-log-current-defun): Handle Fortran.
  1065.  
  1066.     * rmail.el (rmail-resend): Require sendmail and mailalias.
  1067.  
  1068.     * time.el (display-time-24hr-format): Make it a user option.
  1069.  
  1070.     * edt.el (GOLD-prefix): Define *after* GOLD-map.
  1071.  
  1072.     * dired.el (dired-change-marks): Just ding if one arg is RET.
  1073.     Search for strings, not regexps.  Use subst-char-in-region.
  1074.  
  1075.     * isearch.el (isearch-mode): Set isearch-window-configuration
  1076.     only if in slow mode.
  1077.     (isearch-done): Use isearch-window-configuration only if non-nil.
  1078.     (isearch-other-control-char): For mouse event, call isearch-done
  1079.     in the buffer whose keymap was used.
  1080.  
  1081.     * flow-ctrl.el (enable-flow-control): Doc fix.
  1082.  
  1083. Thu Jun  3 20:01:19 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1084.  
  1085.         * calendar.el (calendar-holidays): Quote it to delay evaluation
  1086.         until it's needed.
  1087.  
  1088.         * holidays.el (calendar-holiday-list): Eval calendar-holidays.
  1089.  
  1090. Thu Jun  3 00:47:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1091.  
  1092.     * sendmail.el (mail-do-fcc): Omit first 2 lines when appending
  1093.     to an RMAIL buffer.
  1094.  
  1095.     * simple.el (kill-ring-save): Doc fix.
  1096.  
  1097.     * rmailsum.el (rmail-summary-expunge-and-save): Do save-buffer last.
  1098.     Use two separate save-excursion calls.
  1099.     (rmail-summary-input): Use pop-to-buffer.
  1100.     (rmail-summary-get-new-mail): Gobble rmail-current-message;
  1101.     later go to that message.
  1102.     (rmail-summary-next-msg): Start at end of line, if moving forward.
  1103.     Move to beginning of line, after the loop.
  1104.     (rmail-new-summary): Fix format of elt in minor-mode-alist.
  1105.  
  1106.     * rmail.el (rmail-select-summary): Add a save-excursion.
  1107.  
  1108.     * rmailsum.el (rmail-summary-expunge-and-save):
  1109.     Call set-buffer again after rmail-only-expunge.
  1110.     (rmail-summary-add-label, rmail-summary-kill-label):
  1111.     Fix reading the label.
  1112.     (rmail-summary-rmail-update): Bind window locally.
  1113.     Use unwind-protect, not save-window-excursion.
  1114.  
  1115.     * vc-hooks.el (vc-find-file-hook): Check buffer-file-name is non-nil.
  1116.  
  1117.     * hideif.el (define-hide-ifdef-mode-map): Don't bind C-c LETTER.
  1118.     Use C-c ESC LETTER instead.
  1119.     Handle case where where-is-internal returns nil.
  1120.  
  1121.     * texinfmt.el: Provide texinfmt.
  1122.  
  1123.     * bytecomp.el (byte-compile-insert-header): Fix backwards test
  1124.     of byte-compile-compatibility.
  1125.  
  1126.     * info.el (Info-mode-map): Bind mouse-2, not mouse-3.
  1127.  
  1128.     * view.el (View-scroll-lines-forward): If we exit, do nothing else.
  1129.  
  1130.     * calendar.el (calendar-mode): Doc fix.
  1131.     (calendar-mark-ring): New defvar.
  1132.  
  1133.     * frame.el (frame-initialize): Set cursor-color last.
  1134.  
  1135.     * vip.el (vip-escape-to-emacs): Temporarily restore local map
  1136.     and use read-key-sequence.
  1137.  
  1138.     * rmailsum.el (rmail-summary-by-senders): New function.
  1139.     (rmail-message-senders-p): New function.
  1140.  
  1141. Thu Jun  3 17:58:59 1993  Dave Gillespie  (daveg@synaptics.com)
  1142.  
  1143.     * complete.el (PC-lisp-complete-symbol): Added.
  1144.     (PC-look-for-include-file): Recognize some Lisp notations.
  1145.     (PC-include-file-all-completions): Fixed uppercase variable names.
  1146.  
  1147. Wed Jun  2 12:56:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1148.  
  1149.     * info.el (Info-suffix-list): Handle .gz suffix.
  1150.     * ange-ftp.el (ange-ftp-binary-file-name-regexp): Handle .gz.
  1151.  
  1152.     * ehelp.el (electric-help-command-loop): Use equal to compare
  1153.     lists of events.
  1154.  
  1155.     * electric.el (Electric-command-loop): Use eq to compare events.
  1156.  
  1157.     * diff.el (diff): Really do use arg SWITCHES.
  1158.  
  1159.     * frame.el (frame-initialize): Delete geometry parms
  1160.     from initial-frame-alist.
  1161.  
  1162. Wed Jun  2 09:59:02 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1163.  
  1164.         * calendar.el (calendar-daylight-savings-starts): Mention use of
  1165.         nil value in documentation string.
  1166.         (calendar-daylight-time-offset): New variable.
  1167.         (calendar-daylight-savings-switchover-time):  New variable.
  1168.         (calendar-mode): Mention them.
  1169.         (calendar-time-zone, calendar-print-astro-day-number,
  1170.         calendar-time-display-form): Change Universal Time (UT) to
  1171.         Coordinated Universal Time (UTC). 
  1172.  
  1173.         *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
  1174.         Universal Time (UT) to Coordinated Universal Time (UTC).
  1175.         (solar-time-string): Use calendar-daylight-time-offset instead of
  1176.         1 hr, and use calendar-daylight-savings-switchover-time instead of
  1177.         midnight.  Add an optional parameter to allow forcing the use of
  1178.         standard or daylight savings time.  Fix code so it works in
  1179.         southern hemisphere (start of dst precedes end of dst in a
  1180.         calendar year) and when dst either starts or ends in a calendar
  1181.         year, but not both.
  1182.  
  1183. Tue Jun  1 17:40:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  1184.  
  1185.     * allout.el (outlineify-sticky): Reconciled provisions for
  1186.     non-standard and standard prefix leaders.
  1187.  
  1188. Tue Jun  1 16:09:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1189.  
  1190.     * Version 19.12 released.
  1191.  
  1192.     * reporter.el: New file.
  1193.  
  1194.     * mouse.el (mouse-buffer-menu): Don't select the event's window,
  1195.     if event has frame instead.
  1196.  
  1197.     * tar-mode.el: Typo in autoload cookie.
  1198.  
  1199.     * shell.el (shell-prompt-pattern): Use defvar.
  1200.  
  1201.     * ange-ftp.el (ange-ftp-make-backup-files): Doc fix.
  1202.  
  1203.     * sendmail.el (mail-signature): Do not insert a line with `--'.
  1204.  
  1205.     * menu-bar.el (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
  1206.  
  1207.     * subr.el (posn-timestamp): Doc fix.
  1208.  
  1209.     * sort.el (sort-fold-case): New variable.
  1210.     (sort-subr): Bind case-fold-search from sort-fold-case.
  1211.  
  1212.     * simple.el (undo):
  1213.     Pass proper arg to delete-auto-save-file-if-necessary.
  1214.  
  1215.     * desktop.el: New file.
  1216.  
  1217.     * c++-mode-1.el: New file.
  1218.  
  1219. Tue Jun  1 16:03:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  1220.  
  1221.     * allout.el (move-to-column): Pass zero instead of negative arg.
  1222.     Added some free variables defvars, so byte-comple doesn't complain.
  1223.     Included some stub code, eventually will be proper use of Emacs 19
  1224.     minor-mode-sensitive keymaps.
  1225.  
  1226. Tue Jun  1 14:01:25 1993  Stephen A. Wood  (saw@cebaf.gov)
  1227.  
  1228.     * fortran.el (fortran-mode): Replace comment-indent-hook with
  1229.     comment-indent-function.
  1230.  
  1231.     * fortran.el (fortran-is-in-string-p): Replaced with new version
  1232.     that uses the syntax table.
  1233.  
  1234.     * fortran.el (calculate-fortran-indent): Lines that have a # after
  1235.     whitespace are interpreted as cpp directives and outdented back to
  1236.     column zero.
  1237.  
  1238. Tue Jun  1 00:27:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1239.  
  1240.     * lucid.el (map-keymap): Doc fix.
  1241.  
  1242.     * dired-aux.el (dired-compress-file): Use gzip when proper/possible.
  1243.  
  1244.     * sc.el: Fix installation instructions.
  1245.     (sc-cite-original): Add autoload cookie.
  1246.  
  1247.     * sendmail.el (mail-yank-hooks): New hook variable.
  1248.     (mail-yank-original): Run the hook.
  1249.     (mail-indent-citation): New function.
  1250.  
  1251.     * cl.el (cl-mod): Renamed from mod.
  1252.  
  1253.     * Version 19.11 released.
  1254.  
  1255.     * lucid.el (copy-tree): Use let* to bind new before i.
  1256.  
  1257.     * terminal.el (te-pass-through): Delete debugging code left by mistake.
  1258.  
  1259.     * comint.el (comint-filter): Put window-start before the input.
  1260.  
  1261.     * isearch.el (isearch-mode): If enter recursive-edit,
  1262.     also bind isearch-recursive-edit.
  1263.  
  1264.     * cookie1.el: Renamed from cookie.el.
  1265.     Provide cookie1.
  1266.     * yow.el, spook.el: Changed accordingly.
  1267.  
  1268. Mon May 31 23:21:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1269.  
  1270.     * outline.el (outline-flag-region): Pass t as NOUNDO arg
  1271.     to subst-char-in-region.  No need to restore buffer-modified-p by hand.
  1272.  
  1273. Mon May 31 20:29:00 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  1274.  
  1275.     * term/x-win.el (x-invocation-args): Add defvar.
  1276.  
  1277. Mon May 31 19:59:12 1993  Junio Hamano  (junio@twinsun.com)
  1278.  
  1279.     * window.el (count-windows): PROC argument of
  1280.     walk-windows takes an argument.
  1281.  
  1282. Mon May 31 00:20:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1283.  
  1284.     * gnus.el (gnus-summary-isearch-article): Call isearch-forward
  1285.     in ordinary fashion with no args.
  1286.     (gnus-inews-article-hook, gnus-prepare-article-hook):
  1287.     Initialize to a list.
  1288.     (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. 
  1289.  
  1290.     * bibtex.el (bibtex-mode): Add autoload.
  1291.  
  1292.     * files.el (inhibit-local-variables-regexps): New variable.
  1293.     (set-auto-mode): Handle inhibit-local-variables-regexps.
  1294.  
  1295.     * tar-mode.el: Don't initialize write-file-hooks.
  1296.     Don't change auto-mode-alist.
  1297.     (tar-regexp): Deleted.
  1298.     (tar-normal-mode): Deleted.
  1299.     (tar-mode): Add autoload.
  1300.  
  1301.     * faces.el (x-resolve-font-name): Clean up error messages.
  1302.  
  1303.     * timer.el (run-at-time): Pass args to start-process in right order.
  1304.  
  1305.     * info.el (Info-get-token): Check that thesecond search succeeded.
  1306.  
  1307.     * edebug.el: Provide edebug.
  1308.  
  1309.     * rmailsum.el (rmail-message-subject-p): Fix typo in string constant.
  1310.  
  1311.     * cl.el (mod): Use cl-floor.
  1312.     (rem): Use cl-truncate.
  1313.  
  1314.     * gud.el (gud-def): Don't use gud-key-prefix at compile time.
  1315.  
  1316.     * window.el (shrink-window-if-larger-than-buffer): Add `interactive'.
  1317.     Do nothing if window contents not entirely visible.
  1318.  
  1319.     * sendmail.el (mail-do-fcc): Put back the newline at the start
  1320.     of the fcc temp buffer.  It got lost somewhere.
  1321.  
  1322. Sun May 30 15:14:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1323.  
  1324.     * gnus.el (gnus-nntp-server): Use gnus-default-nntp-server.
  1325.  
  1326.     * info.el (Info-mode-map): Correct Info-top to Info-top-node.
  1327.  
  1328.     * man.el (Man-notify-when-ready): Correct previous change.
  1329.  
  1330. Sun May 30 18:28:43 1993  Stephen Gildea  (gildea@alex.lcs.mit.edu)
  1331.  
  1332.     * mh-e.el (mh-signature-file-name): New variable.
  1333.     mh-e version 3.8.2.
  1334.  
  1335. Sun May 30 13:21:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1336.  
  1337.      * faces.el (x-resolve-font-name): Fix args to error; the format
  1338.      string was changed, but not the arguments to be substituted.
  1339.  
  1340.      * faces.el (x-resolve-font-name): Give correct error message
  1341.      depending on whether or not FACE was non-nil.
  1342.  
  1343. Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1344.  
  1345.     * Version 19.10 released.
  1346.  
  1347. Sat May 29 00:40:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1348.  
  1349.     * term/bobcat.el: Just load term/keyswap.el.
  1350.  
  1351.     * term/vt200.el: Just load term/vt100.el.
  1352.     * term/apollo.el: Just load term/vt100.el.
  1353.     * term/vt102.el, term/vt125.el, term/vt201.el, term/vt220.el,
  1354.     term/vt240.el, term/vt300.el, term/vt320.el, term/vt400.el,
  1355.     term/vt420.el: New files.  Just load vt100.el.
  1356.  
  1357.     * term/lk201.el: New file.
  1358.     * term/vt100.el: Use term/lk201.el.
  1359.  
  1360.     * term/vt100.el (vt100-wide-mode): Add missing arg in set-frame-width.
  1361.  
  1362. Sat May 29 00:33:39 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1363.  
  1364.     * startup.el (command-line-1): Pass arg to other-window.
  1365.  
  1366.     * files.el (find-file-run-dired): Doc fix.
  1367.     (find-file-read-only): Return the buffer.
  1368.     (find-file-read-only-other-window): Likewise.
  1369.     (find-file-read-only-other-frame): Likewise.
  1370.  
  1371.     * timer.el (cancel-function-timers): Renamed from spurious duplicate
  1372.     definition of cancel-timer.
  1373.  
  1374.     * add-log.el (find-change-log): Use file-chase-links.
  1375.  
  1376.     * files.el (file-chase-links): New function.
  1377.     (backup-buffer): Use file-chase-links.
  1378.     (file-chase-links): Handle leading .. in symlink target.
  1379.  
  1380.     * c-mode.el (c-up-conditional): Handle commented-out #-cmds properly.
  1381.  
  1382.     * window.el (split-window-vertically): Return the new window.
  1383.  
  1384.     * paths.el (gnus-local-organization): Initially nil.
  1385.  
  1386.     * isearch.el (isearch-search): Take note of isearch-case-fold-search
  1387.     initial value.
  1388.  
  1389.     * lisp-mode.el (indent-sexp): Even if outer-loop-done is t,
  1390.     still move down one line.
  1391.  
  1392.     * files.el (auto-mode-alist): Fix syntax for sgml mode.
  1393.  
  1394.     * man.el (Man-mode-map): Bind m to manual-entry.
  1395.     (Man-notify-when-ready): Make arg name consistent.
  1396.     Use delete-other-window.
  1397.     (Man-mode): Use buffer-disable-undo, not old name.
  1398.  
  1399.     * faces.el (x-resolve-font-name): Allow symbol as FACE arg.
  1400.     Allow t as FRAME arg.
  1401.  
  1402.     * sendmail.el (send-mail-function): Use defvar. not defconst.
  1403.  
  1404.     * mouse.el (x-fixed-font-alist): Specify field 7, not field 6.
  1405.  
  1406. Fri May 28 00:43:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1407.  
  1408.     * iso8859-1.el: File deleted.
  1409.     * superyank.el: File deleted.
  1410.  
  1411.     * vc.el (vc-steal-lock, vc-insert-headers): Fix question whitespace.
  1412.     (vc-finish-logentry): Use delete-windows-on.
  1413.  
  1414.     * add-log.el (find-log-file): Use source file's truename dir.
  1415.  
  1416.     * mh-e.el: Version 3.8.1 from Gildea.
  1417.  
  1418.     * loaddefs.el (-key): repeat-complex-command moved to C-x ESC ESC.
  1419.  
  1420.     * hexl.el: Doc fixes.
  1421.     (hexl-char-after-point): Get rid of mistakenly free variables.
  1422.  
  1423.     * info.el (Info-insert-dir): Ignore duplicate directories.
  1424.  
  1425.     * paths.el (Info-default-directory-list): Take out ../../info.
  1426.     Avoid duplication.
  1427.     (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted.
  1428.  
  1429.     * subr.el (baud-rate): Doc fix.
  1430.  
  1431.     * add-log.el (find-change-log): Chase symlinks multiple levels.
  1432.  
  1433.     * rmailsum.el (rmail-new-summary): Set rmail-summary-buffer
  1434.     to nil at beginning; set it for real after summary is set up.
  1435.  
  1436. Thu May 27 20:58:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1437.  
  1438.     * files.el (find-alternate-file): Hide truename and inode number
  1439.     temporarily, like the visited file name.
  1440.  
  1441.     * iso8859-1.el: Pass just the downcase table to set-case-...
  1442.  
  1443. Thu May 28 20:58:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1444.  
  1445.     * find-dired.el (find-dired-sentinel): Write a line describing death.
  1446.     Set mode-line-process to record exit status.
  1447.     Delete the process.
  1448.  
  1449. Thu May 27 08:43:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1450.  
  1451.     * frame.el (frame-initialize): Handle reverseVideo resource.
  1452.     * faces.el (x-create-frame-with-faces): Handle reverseVideo resource.
  1453.  
  1454.     * iso-insert.el, iso-ascii.el, iso-swed.el: Provide same name as file.
  1455.  
  1456.     * ange-ftp.el (ange-ftp-dired-compress-file):
  1457.     Use dired-compress-file, not dired-compress-filename.
  1458.  
  1459.     * completion.el: Pervasive changes to use Emacs 19 features
  1460.     and conform to Emacs conventions.
  1461.  
  1462. Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1463.  
  1464.     * Version 19.9 released.
  1465.  
  1466. Thu May 27 01:37:30 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1467.  
  1468.     * term/x-win.el: Check for a geometry resource, and apply it to the
  1469.     initial frame.
  1470.  
  1471. Wed May 26 23:32:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1472.  
  1473.     * isearch.el (isearch-forward): Remove the claim that
  1474.     isearch-whitespace-chars matches any string of whitespace.
  1475.  
  1476. Wed May 26 16:26:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1477.  
  1478.     * completion.el: Comment out handling of shell-send-input.
  1479.     Delete the "local thinking machines" definitions at the end
  1480.     since they caused compilation failure.
  1481.  
  1482.     * cl.el (cl-member): Renamed from member.
  1483.  
  1484.     * time.el (display-time-day-and-date): Use defvar, not defconst.
  1485.  
  1486.     * subr.el (listify-key-sequence): Avoid the constant ?\M-\200.
  1487.  
  1488.     * files.el (find-file-noselect): Expand buffer-file-truename
  1489.     before copying it to anything else.
  1490.  
  1491.     * dired.el (dired-other-frame): New function, with binding.
  1492.  
  1493.     * compile.el: Make C-x ` binding just once.
  1494.  
  1495.     * help.el (finder-by-keyword): Autoload from `finder', not `finder.el'.
  1496.  
  1497.     * nroff-mode.el (nroff-mode): Don't leave nroff-electric-mode void.
  1498.  
  1499.     * byte-opt.el (byte-optimize-divide):
  1500.     Don't optimize to less than two arguments.
  1501.  
  1502.     * hexl.el (hexlify-command, dehexlify-command): Use exec-directory.
  1503.  
  1504.     * rmailsort.el: New version from Umeda.
  1505.     (timezone-make-date-sortable): Make autoload for this.
  1506.     (rmail-sort-by-recipient): Downcase the strings for sorting.
  1507.     (rmail-sort-by-recipient): Likewise.
  1508.     (rmail-sort-by-lines): Renamed from rmail-sort-by-size-lines.
  1509.     Use numbers to sort by.
  1510.     (rmail-summary-...): New functions.  Bind in rmail-summary-mode-map.
  1511.     (rmail-sort-from-summary): New function.
  1512.     (rmail-sort-messages): Don't bother checking major mode.
  1513.     Put message bounds in sort list, not its text.
  1514.     Choose string< or < as predicate.
  1515.     Reorder messages by exchanging them, with inhibit-quit bound.
  1516.     (rmail-fetch-field): Start by widening.
  1517.     (rmail-sortable-date-strng): Deleted.
  1518.     (rmail-make-date-sortable): New function, used instead.
  1519.  
  1520.     * paths.el (gnus-local-organization): Renamed from ...-your-...
  1521.     (gnus-local-domain): Likewise.
  1522.  
  1523. Wed May 26 02:49:13 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1524.  
  1525.     * faces.el (x-resolve-font-name): If PATTERN is nil, return the
  1526.     frame's face.
  1527.     (set-face-font): Only use x-resolve-font-name if FONT is a string.
  1528.     Copying a faces shouldn't resolve the font.
  1529.  
  1530.     * paths.el (Info-default-directory-list): Add
  1531.     configure-info-directory to this list.
  1532.  
  1533. Wed May 26 00:18:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1534.  
  1535.     * scroll-bar.el (scroll-bar-mode): Make default value t.
  1536.  
  1537.     * help-macro.el (make-help-screen): Handle mouse events.
  1538.     Be smart about window configurations--when and whether to restore.
  1539.  
  1540.     * info.el (Info-follow-nearest-node): Omit 4th arg to Info-get-token.
  1541.  
  1542.     * sgml-mode.el (sgml-validate): compile1 renamed to compile-internal.
  1543.     (sgml-mode): Add autoload cookie.
  1544.     * files.el (auto-mode-alist): Recognize .sgm, .sgml, .dtd.
  1545.  
  1546.     * files.el (auto-mode-alist): Treat .H and .hh as C++ files.
  1547.  
  1548.     * mouse.el (mouse-set-mark): Activate the mark.
  1549.     Don't bounce the cursor if Transient Mark mode.
  1550.     (mouse-save-then-kill): Pass explicit args to kill-ring-save.
  1551.     (mouse-kill-ring-save): Likewise.
  1552.  
  1553.     * mail-utils.el (mail-strip-quoted-names):
  1554.     Catch errors from forward-sexp.
  1555.  
  1556.     * comint.el (comint-filter): Restore buffer-read-only in proper buffer.
  1557.  
  1558.     * ispell.el: Provide `ispell'.
  1559.  
  1560.     * ange-ftp.el (ange-ftp-set-buffer-mode): Do nothing unless
  1561.     visited name is an ange ftp magic name.
  1562.  
  1563.     * advice.el: New version from Chalupsky.
  1564.  
  1565. Tue May 25 11:47:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1566.  
  1567.     * dired.el (dired-unmark-all-files): Read arg as a string.
  1568.  
  1569.     * rmailsum.el (rmail-summary-mark-deleted): Check for end of buffer.
  1570.     Pass t as NOWARN when calling rmail-summary-goto-msg.
  1571.  
  1572.     * dired-aux.el (dired-compress-file): Test the return value
  1573.     of dired-check-process properly.
  1574.     Fix use of nonexistent var `name'.
  1575.  
  1576.     * info.el (Info-edit, Info-last-search, Info-enable-edit): 
  1577.     Correct case in `Info-mode-map'.
  1578.  
  1579.     * rmail.el (rmail-bury): Fix call to set-window-buffer.
  1580.  
  1581.     * loaddefs.el: copy-to-register now on C-x r s.
  1582.  
  1583. Tue May 25 11:06:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1584.  
  1585.     * term/x-win.el: Pass x-command-line-resources to x-open-connection.
  1586.     (x-command-line-resources): New variable.
  1587.     (x-handle-rn-switch): New function.
  1588.     (command-switch-alist): Add -rn.
  1589.  
  1590. Tue May 25 06:26:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1591.  
  1592.     * term/x-win.el (command-switch-alist, x-switch-definitions): Treat
  1593.     `-i' like `-itype', as in Emacs 18.
  1594.  
  1595. Tue May 25 05:15:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1596.  
  1597.     * Version 19.8 released.
  1598.  
  1599.     * startup.el (command-line-1): Don't handle `-i'.  We're
  1600.     abandoning the `insert file' meaning in favor of the `use a
  1601.     bitmapped icon' meaning.
  1602.  
  1603.     * faces.el (set-face-font): Call x-resolve-font-name on the font
  1604.     before including it in the face.
  1605.     (x-resolve-font-name): New function.
  1606.  
  1607.     * iso-syntax.el: Make downcase into a proper case table before
  1608.     passing it to set-standard-case-table.
  1609.  
  1610.     * disp-table.el (standard-display-european): Doc fix.  Make
  1611.     it autoload.  Make it respond to prefix arg like a minor mode.
  1612.  
  1613. Mon May 24 17:17:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1614.  
  1615.     * term/x-win.el (x-select-text): New arg PUSH.
  1616.     (x-switch-definitions): Represent -r as `reverse' option.
  1617.  
  1618. Mon May 24 17:16:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1619.  
  1620.     * files.el (find-file-read-only-other-window): 
  1621.     Use find-file-other-window.
  1622.  
  1623.     * paths.el (Info-default-directory-list): Add ../../info.
  1624.  
  1625.     * info.el (Info-suffix-list): Fix duplicate .z to .info.z.
  1626.  
  1627.     * faces.el (x-create-frame-with-faces): Handle `reverse' as parameter.
  1628.     * frame.el (frame-initialize): Likewise.
  1629.  
  1630.     * dired.el (dired-flag-backup-files): Speedup:
  1631.     check explicitly for ~ at end of line.
  1632.     (dired-flag-auto-save-files): Similar change.
  1633.  
  1634.     * register.el (jump-to-register):
  1635.     Don't fail if frame-configuration-p is unbound.
  1636.  
  1637.     * files.el (cd): Set cd-path to a list.
  1638.  
  1639.     * simple.el (kill-new): Pass t as 2nd arg to interprogram-cut-function.
  1640.     * select.el (x-set-cut-buffer): New arg PUSH.
  1641.  
  1642. Mon May 24 12:14:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1643.  
  1644.     * disp-table.el (standard-display-default): New function.
  1645.     (standard-display-european): New command.
  1646.  
  1647.     * loaddefs.el: Bind [?\M-\C-\ ] to mark-sexp.
  1648.  
  1649. Mon May 24 14:44:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1650.  
  1651.     * simple.el (shell-command): Don't activate mark even momentarily.
  1652.  
  1653. Mon May 24 03:54:44 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1654.  
  1655.     * case-table.el, disp-table.el, finder.el, iso-ascii.el,
  1656.     iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
  1657.     swedish.el: Change "i14n" keyword to "i18n".
  1658.     * finder.el (finder-compile-keywords): Replacement unnecessary.
  1659.  
  1660. Mon May 24 01:06:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1661.  
  1662.     * menu-bar.el (menu-bar-mode): Doc fix.
  1663.  
  1664. Sun May 23 21:58:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1665.  
  1666.     * lucid.el (switch-to-other-buffer): Build the list of acceptable
  1667.     buffers properly.
  1668.  
  1669.     * faces.el (make-face): Change interactive spec to 'S'.
  1670.  
  1671. Sun May 23 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1672.  
  1673.     * ange-ftp.el (ange-ftp-raw-send-cmd): Allow quitting
  1674.     during accept-process-output.
  1675.  
  1676.     * finder.el (finder-known-keywords): Use i18n, not i14n.
  1677.     (finder-compile-keywords): Substitute i18n for i14n.
  1678.     Turn off undo in *finder-scratch*.  Ignore file names
  1679.     starting with =.
  1680.     (finder-mode, finder-current-item): Rename headmark to finder-headmark.
  1681.     (finder-list-matches, finder-list-keywords): Likewise.
  1682.  
  1683.     * iso8859-1.el: Call set-case-..., not standard-case-...
  1684.  
  1685. Sun May 23 18:56:04 1993  Paul Eggert  (eggert@twinsun.com)
  1686.  
  1687.     * calendar.el (calendar-daylight-savings-starts,
  1688.     calendar-daylight-savings-ends): Default to nil if the locale
  1689.     never has DST.
  1690.  
  1691. Sat May 22 19:37:01 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1692.  
  1693.         * Version 19.7 released.
  1694.  
  1695. Sat May 22 18:33:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1696.  
  1697.     * vc.el (vc-comment-to-change-log): Don't take FILE argument, since
  1698.     vc-update-change-log doesn't support it anyway.
  1699.     Don't bind default-directory.  Instead pass second arg to
  1700.     file-relative-name.
  1701.     (vc-update-change-log): Use find-change-log instead of hardcoding.
  1702.  
  1703. Sat May 22 18:08:08 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1704.  
  1705.     * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
  1706.     from floor, ceiling, truncate, and round; the old names conflict
  1707.     with built-in functions.
  1708.  
  1709. Sat May 22 14:00:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1710.  
  1711.     * gud.el (gud-def): Fix inclusion of the define-key.
  1712.     (gdb, sdb, dbx): Change bindings from letters to control chars.
  1713.     (gud-common-init): Add save-excursion.
  1714.     (gud-display-line): Don't mess with buffer-read-only.
  1715.     (gud-filter): Set output-after-point *after* deleting old prompt.
  1716.     Likewise for `moving'.
  1717.  
  1718.     * subr.el (event-modifiers): Doc fix.
  1719.  
  1720.     * help.el (describe-key, describe-key-briefly):
  1721.     Discard the click or drag that follows a down event.
  1722.  
  1723.     * levents.el (event-modifiers): Function deleted.
  1724.     (read-command-event): For switch-frame event, call select-frame.
  1725.  
  1726. Sat May 22 01:53:26 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  1727.  
  1728.         * rlogin.el (rlogin-filter): Yet another rewrite which handles
  1729.         unusual values of scroll-step in a winning way by window-start
  1730.         frobnication. 
  1731.  
  1732. Sat May 22 00:18:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1733.  
  1734.     * simple.el (pending-undo-list): Var declared.
  1735.  
  1736.     * apropos.el (apropos-print-matches): Bind tem.
  1737.  
  1738. Fri May 21 18:54:24 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1739.  
  1740.         * holidays.el: Update reference to the papers in S-P&E.
  1741.         (filter-visible-calendar-holidays): Test for nil date.
  1742.  
  1743.         * cal-mayan.el: Update reference to the papers in S-P&E.
  1744.  
  1745.         * cal-french.el: Update reference to the papers in S-P&E.
  1746.  
  1747. Fri May 21 12:37:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1748.  
  1749.     * apropos.el (apropos-match-keys): Handle modern keymap structure.
  1750.  
  1751.     * simple.el (transient-mark-mode): Doc fix.
  1752.  
  1753.     * outline.el (outline-minor-mode): Make permanent local in all buffers.
  1754.     Give the command a doc string, and make it autoload.
  1755.  
  1756.     * lisp-mode.el (lisp-body-indent): Add doc.
  1757.  
  1758. Thu May 20 09:57:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1759.  
  1760.     * texinfo.el (texinfo-section-types-regexp): Define here.
  1761.  
  1762.     * delsel.el: Provide delsel.
  1763.     (keyboard-quit): Definition deleted.
  1764.     (minibuffer-keyboard-quit): If Delete Selection mode is off,
  1765.     do abort even if mark is active.
  1766.  
  1767. Wed May 19 15:48:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1768.  
  1769.     Some time-handling patches from Paul Eggert:
  1770.     * calendar.el (calendar-current-time-zone): New function.
  1771.     (calendar-time-zone, calendar-standard-time-zone-name,
  1772.     calendar-daylight-time-zone-name): Use it instead of current-time-zone.
  1773.     * sendmail.el (mail-do-fcc): Use the same absolute time for both
  1774.     current-time-string and current-time-zone.  Adjust to new format
  1775.     returned by current-time-zone.
  1776.  
  1777.     * xfaces.el (face-equal): Doc fix.
  1778.  
  1779. Wed May 19 12:01:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1780.  
  1781.     * delsel.el: Renamed from pending-del.el.
  1782.     Functions and variables renamed to ...delete-selection...
  1783.     from ...pending-delete...
  1784.     Bind all minibuffer keymaps alike.
  1785.  
  1786.     * outline.el (outline-heading-end-regexp): Fix typo.
  1787.     (outline-minor-mode-map): New variable.
  1788.     (minor-mode-map-alist): Add new entry.
  1789.     (outline-minor-mode): Work with above change.
  1790.     Do not set outline-regexp or outline-header-end-regexp.
  1791.  
  1792. Wed May 19 08:24:52 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1793.  
  1794.         * calendar.el (hebrew-calendar-yahrzeit): Correct error from S-P&E
  1795.         paper in test for Adar I 30 date of death for yahrzeit in a
  1796.         non-leap year when Shevat 29 must be used.
  1797.  
  1798. Wed May 19 02:02:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1799.  
  1800.     * files.el (set-auto-mode): If the buffer's file name is nil,
  1801.     don't try to compare it against the entries in auto-mode-alist.
  1802.  
  1803. Wed May 19 00:06:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1804.  
  1805.     * ispell.el (ispell-command-loop): Make an undo boundary.
  1806.  
  1807.     * isearch.el (isearch-mode-map): Use vector, not string, to bind
  1808.     printing characters.
  1809.  
  1810. Tue May 18 19:21:59 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1811.  
  1812.     * select.el (xselect-convert-to-class): Just return "Emacs" here.
  1813.     That's what the class will always be.
  1814.  
  1815. Tue May 18 18:28:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1816.  
  1817.     * loaddefs.el: Add bindings for C-SPC and C-/, like C-@ and C-_.
  1818.  
  1819. Tue May 18 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1820.  
  1821.     * startup.el (normal-top-level, command-line, command-line-1):
  1822.     Don't call the frame and face initialization functions unless
  1823.     they're bound.
  1824.  
  1825.     * frame.el (frame-notice-user-settings): Don't make
  1826.     frame-initial-frame unbound; just set it to nil.
  1827.     * startup.el (command-line-1): Call frame-notice-user-settings
  1828.     before displaying the startup message.
  1829.  
  1830.     * server.el (server-switch-hook): New hook.
  1831.     (server-process-filter): Call it.
  1832.  
  1833.     * bibtex.el (bibtex-string): Use \" instead of "" to get a double
  1834.     quote inside a string.
  1835.     * vms-patch.el (print-region-function): Same.
  1836.  
  1837. Tue May 18 11:45:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1838.  
  1839.     * sendmail.el (mail-yank-original): In Transient Mark mode,
  1840.     don't get error and don't activate the mark.
  1841.  
  1842.     * isearch.el (isearch-mode-map): Extend the dense keymap to 256 chars.
  1843.  
  1844. Mon May 17 00:42:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1845.  
  1846.     * trace.el, advice.el: New files.
  1847.  
  1848.     * bytecomp.el (byte-compile-file): Don't write output if error.
  1849.  
  1850.     * sendmail.el (mail-setup): Leave point before signature, not after.
  1851.  
  1852.     * rmailsort.el (rmail-sortable-date-string): Handle date in format
  1853.     produced by current-time-string.
  1854.  
  1855.     * simple.el (keyboard-quit): Run deactivate-mark-hook.
  1856.     (kill-ring-save): If quit happens while cursor is bounced,
  1857.     make it appear like a command-level quit.
  1858.  
  1859.     * loaddefs.el: Add bindings for C-digits, C-M-digits, C-- and C-M--.
  1860.  
  1861.     * isearch.el (isearch-mode): Set deactivate-mark.
  1862.  
  1863.     * menu-bar.el (fill-region, kill-region, delete-region)
  1864.     (kill-ring-save): Use mark-active as enable condition.
  1865.     (undo): Add an enable condition.
  1866.  
  1867. Sun May 16 23:37:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1868.  
  1869.     * texinfo.el (texinfo-chapter-level-regexp): Copied here.
  1870.  
  1871. Mon May 17 02:42:16 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1872.  
  1873.     * gnus.el (gnus-info-directory): Variable removed.
  1874.     (gnus-info-find-node): Don't use it.
  1875.  
  1876. Sun May 16 22:40:14 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  1877.  
  1878.     * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el
  1879.     * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
  1880.  
  1881.     * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
  1882.  
  1883. Sun May 16 09:19:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1884.  
  1885.     * texinfo.el: Don't require tex-mode or texnfo-upd.
  1886.     (texinfo-mode-map): Binding for " deleted.
  1887.     (texinfo-tex-print): Require tex-mode here.
  1888.     (texinfo-tex-region): Likewise.
  1889.     (texinfo-tex-region): Update name of tex-set-buffer-directory.
  1890.  
  1891.     * tex-mode.el (tex-insert-quote): Doc fix.
  1892.  
  1893.     * vc.el: Don't require sendmail, compile, or dired.
  1894.  
  1895.     * simple.el (push-mark): Always activate the mark
  1896.     if not in Transient Mark mode.
  1897.  
  1898.     * c-mode.el (mark-c-function): Activate the mark.
  1899.  
  1900.     * ispell.el (ispell): Deactivate mark before the Ispell run.
  1901.     (ispell-point): Delete the sit-for; it was confusing.
  1902.     (ispell): Don't use save-excursion; just restore current buffer.
  1903.     (ispell-next): Don't save-excursion or save-window-excursion.
  1904.     (ispell-point): Don't save-excursion.
  1905.     (ispell-window-configuration): New variable.
  1906.     (ispell-show-choices): Set it if not nil.
  1907.     (ispell-next): Initialize to nil.  Restore at end.
  1908.  
  1909.     * simple.el (yank, yank-pop): Don't activate the mark.
  1910.  
  1911.     * lisp.el (mark-sexp, mark-defun): Activate the mark.
  1912.     * page.el (mark-page): Activate the mark.
  1913.     * paragraphs.el (mark-paragraph, mark-end-of-sentence): Likewise.
  1914.  
  1915.     * simple.el (mark-whole-buffer, mark-word): Activate the mark.
  1916.     (push-mark): Optional arg ACTIVATE.
  1917.     (set-mark-command): Use that.
  1918.  
  1919.     * faces.el (face-initialize): Do make the modeline face.
  1920.     (x-initialize-frame-faces): Explicitly invert `modeline' face.
  1921.     (x-create-frame-with-faces): Simplify; do nothing special
  1922.     with `default' or `modeline' face.
  1923.  
  1924. Sat May 15 22:09:19 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1925.  
  1926.     * version.el (emacs-version): Alpha release 19.6.
  1927.  
  1928. Sat May 15 12:52:36 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1929.  
  1930.     * faces.el: Rename `primary-selection' to `region'.
  1931.  
  1932.     * mouse.el (mouse-set-region): Call set-mark to activate mark.
  1933.  
  1934.     * isearch.el (isearch-done): Don't activate mark.
  1935.  
  1936.     * simple.el (push-mark): Don't activate the mark.
  1937.     (set-mark-command): Explicitly do so here.
  1938.     When popping, don't mind if mark is inactive.
  1939.     (pop-mark): Deactivate mark.  Don't mind if it's inactive.
  1940.     (yank-pop): Don't mind if mark is inactive.
  1941.     (keyboard-quit): Deactivate the mark.
  1942.     (kill-ring-save): When bouncing cursor,
  1943.     bounce the mark too, so highlighted area does not change.
  1944.  
  1945.     * bytecomp.el (byte-compile-track-mouse): New function.
  1946.     This is a kludge; track-mouse must be compiled better.
  1947.  
  1948.     * simple.el (transient-mark-mode): New command.
  1949.  
  1950.     * mouse.el (mouse-drag-region): New command, on down-mouse-1.
  1951.  
  1952.     * map-ynp.el (map-y-or-n-p): Show the answers in the echo area.
  1953.  
  1954.     * faces.el (face-initialize): Turn off `modeline' face.
  1955.     Set region-face.
  1956.     (invert-face): Really do use the default colors.
  1957.     (x-initialize-frame-faces): Always try "gray" color for
  1958.     primary-selection; always invert if that fails.
  1959.     Similar changes for highlight, secondary-selection.
  1960.  
  1961.     * menu-bar.el: Fix up the edit commands.  Add fill-region.
  1962.  
  1963. Fri May 14 11:46:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1964.  
  1965.     * menu-bar.el (menu-bar-mode): New command.  Use for initialization.
  1966.  
  1967.     * faces.el (make-face): Add interactive spec.
  1968.     (set-default-font): Deleted.
  1969.  
  1970.     * isearch.el (isearch-mode-map): Handle any length vector in keymap.
  1971.     (isearch-char-to-string): Handle non-character events properly.
  1972.  
  1973. Fri May 14 11:21:22 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1974.  
  1975.     * subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
  1976.  
  1977.     * vc.el (vc-version-diff): Match parens.
  1978.  
  1979. Fri May 14 03:29:31 1993  Paul Eggert  (eggert@twinsun.com)
  1980.  
  1981.     * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
  1982.     is a list; it might be t.
  1983.  
  1984. Thu May 13 12:53:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1985.  
  1986.     * emerge.el: Installed version 5 from drw.
  1987.     Merged in previous FSF changes, plus new changes:
  1988.     (emerge-count-matches-string): Renamed from count-matches-string.
  1989.     (emerge-command-prefix): Now C-c C-c.
  1990.     (emerge-shadow-key-definition): Deleted.
  1991.     Callers use substitute-key-definition.
  1992.     (emerge-recursively-substitute-key-definition): Deleted.
  1993.     Callers use substitute-key-definition.
  1994.     (emerge-unselect-hook): Renamed from emerge-unselect-hooks.
  1995.     (emerge-files-internal): Use file-local-copy to handle remote files.
  1996.     (emerge-files-with-ancestor-internal): Likewise.
  1997.     (emerge-remote-file-p): Deleted.
  1998.     (emerge-abort): New command.
  1999.     (describe-mode): Deleted.
  2000.     (emerge-hash-string-into-string): Renamed from hash-string-into-string.
  2001.     (emerge-unslashify-name): Renamed from unslashify-name.
  2002.     (emerge-write-and-delete): Don't write-file if file-out is nil.
  2003.     (emerge-setup-fixed-keymaps): Put emerge-abort on C-].
  2004.     (emerge-find-difference-diff): Renamed from emerge-find-difference.
  2005.     (emerge-find-difference): New command.  Now on `.'.
  2006.     (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
  2007.     (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
  2008.  
  2009. Thu May 13 05:48:19 1993  Paul Eggert  (eggert@twinsun.com)
  2010.  
  2011.     * vc.el (vc-version-diff): Don't move point in current buffer.
  2012.  
  2013. Thu May 13 05:28:14 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2014.  
  2015.     * etags.el (tags-table-including): Take new third arg CORE-ONLY.
  2016.     If non-nil, ignore files without extant buffers.
  2017.     (visit-tags-table-buffer): Call tags-table-including first with
  2018.     CORE-ONLY set, and then afterwards with it clear.
  2019.  
  2020. Wed May 12 12:13:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2021.  
  2022.     * term/x-win.el: Require menu-bar.el.
  2023.     * menu-bar.el: Provide 'menu-bar.
  2024.  
  2025.     * compile.el (Setting minor-mode-map-alist):
  2026.     Put the map directly in the alist, not a variable name.
  2027.     * vc.el: Likewise.
  2028.  
  2029.     * macros.el (kbd-macro-query): Fix prompt string.
  2030.  
  2031.     * loadup.el: Preload mouse, scroll-bar and select if have multi-frames.
  2032.  
  2033.     * vc.el: Improve doc strings and prompt strings.
  2034.     (vc-cancel-version): Ask whether to revert buffer.
  2035.  
  2036.     * lmenu.el (default-menubar): Make initial value nil.
  2037.     (kill-this-buffer, x-new-frame)
  2038.     (sensitize-file-and-edit-menus-hook, format-buffers-menu-line)
  2039.     (buffers-menu-max-size, complex-buffers-menu-p)
  2040.     (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer)
  2041.     (buffer-menu-write-file, build-buffers-menu-internal)
  2042.     (build-buffers-menu-hook): Functions and variables deleted.
  2043.  
  2044.     * faces.el (face-initialize): New function.
  2045.     All initialization code moved into it.
  2046.     Call at end of file, if using X frames already.
  2047.     (x-create-frame-with-faces): Don't use faces if not initialized.
  2048.  
  2049.     * startup.el (command-line): Call frame-initialize explicitly.
  2050.     Call face-initialize.
  2051.     (normal-top-level): Call frame-notice-user-settings explicitly.
  2052.     * frame.el: Do not put those functions on hooks.
  2053.  
  2054.     * terminal.el (te-pass-through): Handle meta chars and non-char events.
  2055.     (terminal-map, etc.): Use default bindings, not fillarray.
  2056.     Make the maps sparse.
  2057.     (terminal-meta-map): New map; lets us make ESC a prefix key.
  2058.     (terminal-map): Bind ESC to terminal-meta-map.
  2059.     (te-more-break-unread): Handle non-char as last-input-char.
  2060.     (te-filter): Delete code that worked with meta-flag.
  2061.     (terminal-emulator): Don't look at meta-flag.
  2062.     (terminal-mode): Don't make meta-flag local.
  2063.     (te-stty-string): Quote the args that have ^.  Add pass8.
  2064.  
  2065. Sat May  8 00:55:11 1993  Paul Eggert  (eggert@twinsun.com)
  2066.  
  2067.     * vc.el (vc-diff): Report an error if the buffer isn't registered.
  2068.     (vc-registration-error): New function.
  2069.     (vc-next-action, vc-diff, vc-print-log, vc-backend-diff): Use it to
  2070.     make VC's error messages more uniform.
  2071.  
  2072.     * vc.el (vc-directory, vc-revert-buffer1): Quote lambdas with
  2073.     (function ...) for Emacs 18.
  2074.     (compilation-old-error-list): Set if undefined, for Emacs 18.
  2075.  
  2076. Tue May 11 15:15:05 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2077.  
  2078.     * faces.el: Re-arranged to put accessors at the top.
  2079.  
  2080. Mon May 10 12:16:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2081.  
  2082.     * buff-menu.el (Buffer-menu-quit): New function, now on q.
  2083.     (buffer-menu): Update list of options.
  2084.     Don't save a window config.
  2085.     (Buffer-menu-select): Don't call Buffer-menu-execute.
  2086.     Don't restore a window config.
  2087.     (Buffer-menu-mode-map): Buffer-menu-select now on v.
  2088.  
  2089. Mon May 10 00:49:06 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2090.  
  2091.     * bytecomp.el (byte-recompile-directory): If ARG is non-nil, set
  2092.     it to its prefix numeric value.  Test for ARG being zero with eq,
  2093.     not zerop.
  2094.  
  2095. Sun May  9 19:38:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2096.  
  2097.     * rmailout.el (rmail-output): Undo June 11 1992 change:
  2098.     Don't try to use Date field in the From.
  2099.  
  2100.     * faces.el: Rename all references to try-face-font to
  2101.     internal-try-face-font, so we don't need lucid.el.
  2102.  
  2103.     * faces.el (read-face-name): Call face-list, not list-faces.
  2104.  
  2105.     Fail more gracefully if we can't build bold, italic, etc,
  2106.     versions of the default font.
  2107.     * faces.el (make-face-bold, make-face-italic,
  2108.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  2109.     Implement NOERROR argument.
  2110.     (x-initialize-frame-faces): Use the NOERROR argument to the
  2111.     font manipulation functions to avoid errors while starting up.
  2112.     Remove initialization of isearch font.
  2113.     * xfaces.c (internal-x-complain-about-font): Add new frame
  2114.     argument, so we can check the frame parameters to find the
  2115.     default font.  Callers changed.
  2116.  
  2117.     * faces.el (x-create-frame-with-faces): Fix typo.  Dyke out
  2118.     code to fully qualify the modeline font; we may not be able to
  2119.     do that correctly.
  2120.  
  2121. Sun May  9 19:17:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2122.  
  2123.     * dabbrev.el (dabbrev-expand): Delete a search-forward call
  2124.     after the second replace-match.
  2125.  
  2126. Sun May  9 23:16:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2127.  
  2128.     * add-log.el (find-change-log): If there is a buffer-local value of
  2129.     change-log-default-name, just return it with no searching.
  2130.     Previously if it was set to a nonexistent file name, we would
  2131.     loop forever.
  2132.  
  2133. Sun May  9 01:30:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2134.  
  2135.     * replace.el (query-replace-map): Bind [escape] like "\e".
  2136.  
  2137.     * macros.el (kbd-macro-query): Use query-replace-map to define answers.
  2138.  
  2139.     * vc.el (diff-switches): Define var here as well as in diff.el.
  2140.     (vc-backend-diff): Handle either string or list.
  2141.  
  2142.     * comint.el (comint-filter): Increment opoint only if after
  2143.     insertion point.
  2144.  
  2145. Sat May  8 23:15:07 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2146.  
  2147.     * faces.el: Call internal-set-face-1, not internat-set-face-1.
  2148.     
  2149.     * faces.el: Don't set frame-creation-function here; term/x-win.el is
  2150.     the appropriate place to set it.
  2151.  
  2152.     * faces.el: Only apply x-initialize-frame-faces to X frames; pass
  2153.     over terminal frames.
  2154.  
  2155.     * faces.el: Provide 'faces.
  2156.  
  2157. Sat May  8 22:42:26 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2158.  
  2159.     * term/x-win.el: Since we require faces.el, there's no point in setting
  2160.     frame-creation-function to x-create-frame - just set it directly
  2161.     to x-create-frame-with-faces.
  2162.  
  2163. Sat May  8 12:45:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2164.  
  2165.     * sendmail.el (mail-do-fcc): Don't output a newline before From...
  2166.  
  2167.     * rmail.el (rmail-convert-to-babyl-format): Delete 1 char
  2168.     if we see a newline instead of what we expect.
  2169.  
  2170.     * register.el (jump-to-register): Allow file name "in" a register.
  2171.  
  2172.     * scroll-bar.el (scroll-bar-drag, scroll-bar-drag-1): New functions.
  2173.     Put scroll-bar-drag on down-mouse-2 in scroll bar.
  2174.     Leave up-events on mouse-2 unbound.
  2175.  
  2176.     * help-macro.el: Provide help-macro, not help-screen.
  2177.     * help.el: Require help-macro, not help-screen.
  2178.  
  2179.     * menu-bar.el: Don't add menu bar to minibuffer-only frames.
  2180.  
  2181. Fri May  7 22:47:43 1993  Paul Eggert  (eggert@twinsun.com)
  2182.  
  2183.     * vc.el (vc-directory-18): New function.
  2184.     If Emacs 18, make vc-directory alias to this.
  2185.  
  2186. Fri May  7 12:50:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2187.  
  2188.     * loaddefs.el: Bind M-right and M-left to forward-word, backward-word.
  2189.     Unbind M-up and M-down.
  2190.  
  2191.     * calendar.el (calendar-mode-map): Add arrow key bindings.
  2192.  
  2193.     * rmail.el (rmail-resend): Add `resent' attribute.
  2194.     (rmail-forward): With prefix arg, run rmail-resend.
  2195.  
  2196. Fri May  7 03:02:55 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2197.  
  2198.     * term/x-win.el: (require 'faces), too.  Move (require 'select) to top,
  2199.     with the other requires.
  2200.  
  2201. Thu May  6 13:13:10 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2202.  
  2203.     * finder.el: Bind finder-exit to 'q', not 'x'; the former is the
  2204.     conventional way to get out of such a package.
  2205.     (finder-summary): Use substitute-command-keys.
  2206.     (finder-mode): Use \\<...> to make sure we get the right keymap.
  2207.  
  2208. Thu May  6 10:28:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2209.  
  2210.     * replace.el (flush-lines, keep-lines, how-many):
  2211.     Delete spurious `s' from prompt arg to read-from-minibuffer.
  2212.  
  2213.     * comint.el (comint-filter): New function.
  2214.     (comint-exec): Install the filter.
  2215.  
  2216.     * simple.el (previous-matching-history-element): If minibuf is empty,
  2217.     use the last regexp specified a the default.
  2218.     (next-matching-history-element): Likewise.
  2219.  
  2220.     * comint.el (comint-previous-matching-input): New command, on M-r.
  2221.     (comint-next-matching-input): New command, on M-s.
  2222.     (comint-previous-similar-input): Commented out.
  2223.     (comint-next-similar-input): Likewise.
  2224.     (comint-previous-input-matching): Deleted.
  2225.     (comint-last-input-match): Var commented out.
  2226.     (comint-mode): Don't make comint-last-input-match local.
  2227.  
  2228. Wed May  5 14:11:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2229.  
  2230.     * files.el (auto-mode-alist): Delete the entries for makefile-mode.
  2231.  
  2232.     * asm-mode.el: Doc fix.
  2233.  
  2234.     * man.el: Rename functions and variables `man-*' to `Man-*'.
  2235.     (manual-entry): Make prompt string clearer.
  2236.  
  2237.     * simple.el (blink-matching-paren-distance): Change default to 12,000.
  2238.  
  2239. Tue May  4 12:42:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2240.  
  2241.     * vc.el (minor-mode-map-alist): Don't use it if it's void.
  2242.     (vc-cancel-version): Doc fix.
  2243.     (vc-backend-diff): Use diff-switches, not vc-diff-options.
  2244.     (vc-diff-options): Variable deleted.
  2245.  
  2246. Mon May  3 12:52:03 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  2247.  
  2248.         * calendar.el: Update reference to the papers in S-P&E.
  2249.         (calendar-print-astro-day-number): Correct spelling error in
  2250.          message string.
  2251.  
  2252. Mon May  3 11:00:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2253.  
  2254.     * help.el (help-for-help):  Use lower case letters for help options.
  2255.  
  2256.     * rect.el (string-rectangle): Renamed from fill-rectangle.
  2257.     (string-rectangle-line): Renamed from fill-rectangle-line.
  2258.  
  2259. Sat May  1 10:53:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2260.  
  2261.     * vc.el (vc-dired-prefix-map): New keymap.
  2262.     Use it in minor-mode-map-alist for vc-dired-mode.
  2263.  
  2264.     * vc-hooks.el (vc-mode-line): Don't alter key bindings.
  2265.     (vc-toggle-read-only): Put on C-x C-q unconditionally.
  2266.     (vc-mode): Add permanent-local property.
  2267.  
  2268. Fri Apr 30 07:51:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2269.  
  2270.     * files.el (find-file-noselect): On VMS, always set buffer-file-name
  2271.     to the truename.
  2272.  
  2273.     * vc.el (vc-revert-buffer1): Fix format of compilation-error-list.
  2274.  
  2275.     * files.el (find-file-noselect): Do set buffer-file-name
  2276.     to the truename, when find-file-visit-truename.
  2277.  
  2278. Thu Apr 29 13:19:09 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2279.  
  2280.     * yow.el (yow): Fix interactive spec.
  2281.  
  2282.     * files.el (insert-directory): Undo change of March 23;
  2283.     dereferencing links is inappropriate for dired.
  2284.  
  2285.     * edebug.el (edebug-display): Call the `mark' function with the
  2286.     FORCE argument non-nil, so that we don't get an error if the mark
  2287.     isn't set yet.
  2288.  
  2289.     * edebug.el (global-edebug-prefix, global-edebug-map): Add
  2290.     autoload cookies for these, so they are present when Emacs starts
  2291.     up.
  2292.  
  2293.     * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
  2294.     this map; we can't bind it to `C-x x', as the installation
  2295.     instructions suggest, because that conflicts with
  2296.     copy-to-register.
  2297.  
  2298. Thu Apr 29 09:34:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2299.  
  2300.     * complete.el: New file.
  2301.  
  2302.     * vc.el (vc-match-substring): Renamed from match-substring.
  2303.     (vc-parse-buffer): Use new name.
  2304.  
  2305.     * shell.el (shell-prompt-pattern): Undo last change.
  2306.  
  2307.     * files.el (file-truename): Redo esr's change.
  2308.  
  2309.     * loaddefs.el: Put arrow key bindings back to the ordinary Emacs cmds.
  2310.     * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
  2311.  
  2312.     * simple.el (kill-line, next-line-add-newlines): Doc fix.
  2313.     (kill-whole-line): Doc fix.
  2314.     (kill-forward-chars, kill-forward-chars): Reinsert as before.
  2315.  
  2316.     * simple.el: Change defalias to define-function.
  2317.  
  2318. Wed Apr 28 18:48:52 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2319.  
  2320.     * vc.el (vc-revert-buffer1):
  2321.     Ignore non-marker elts of compilation-error-list.
  2322.  
  2323.     * compile.el: Add compilation-minor-mode to minor-mode-alist and
  2324.     minor-mode-map-alist.
  2325.     (compilation-minor-mode): New defvar.
  2326.     (compilation-minor-mode-map): New defvar; keymap with the bindings
  2327.     from compilation-mode-map except SPC and DEL.
  2328.     (compilation-mode-map): Construct this keymap to inherit from
  2329.     compilation-minor-mode-map.
  2330.     (compilation-setup): New function, code broken out of compilation-mode.
  2331.     (compilation-mode): Call it.
  2332.     (compilation-minor-mode): New function to toggle
  2333.     compilation-minor-mode; if setting it, call compilation-setup.
  2334.  
  2335. Wed Apr 28 17:19:21 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2336.  
  2337.     * bibtex.el: Installed Aaron Larson's new bibtex.el.  See the
  2338.     header comment for details.
  2339.  
  2340. Wed Apr 28 16:31:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2341.  
  2342.     * gnuspost.el (gnus-inews-organization):
  2343.     If ORGANIZATION is "", set it to nil.
  2344.  
  2345. Wed Apr 28 13:34:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2346.  
  2347.     * files.el (file-truename): Undo last change.
  2348.  
  2349. Tue Apr 27 22:01:32 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2350.  
  2351.     * files.el (file-truename): Do the right thing when $HOME = "".
  2352.  
  2353.     * simple.el (hscroll-step): New variable.
  2354.     (hscroll-point-visible): New function.
  2355.     (left-arrow, right-arrow): These use hscroll-point-visible for
  2356.     better auto- scrolling behavior.
  2357.  
  2358.     * picture.el: Completed the package entry point's name change from
  2359.     edit-picture to picture-mode.
  2360.     (move-to-column-force, picture-end-of-line): When movement is
  2361.     completed, scroll horizontally if necessary to make point visible.
  2362.     (picture-beginning-of-line): New function.
  2363.     (picture-mode-map): Use    substitute-key-definition.
  2364.  
  2365.     * gud.el (gud-format-command): Fix %f expansion to send ondly the
  2366.     basename of files to gdb.
  2367.  
  2368. Tue Apr 27 11:25:32 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2369.  
  2370.     * disp-table.el (describe-display-table): Don't use the term
  2371.     "rope"; we're using vectors of characters now.
  2372.     (standard-display-8bit, standard-display-ascii): Set the element
  2373.     of the display table to a vector, not an integer; the latter
  2374.     doesn't mean anything.
  2375.  
  2376.     * mouse.el (mouse-buffer-menu): Don't right-justify the buffer
  2377.     name; this doesn't look nice if we use a proportional font.
  2378.  
  2379.     * sendmail.el (mail-setup): Don't insert "--\n" before the
  2380.     signature.  If they want it, they can put it in their .signature
  2381.     file.
  2382.  
  2383.     * lucid.el: Comment out fset of set-screen-width properly.
  2384.  
  2385.     * lucid.el: (provide 'lucid).
  2386.  
  2387.     * lucid.el: (switch-to-other-buffer): Avoid buffers whose names
  2388.     start with a space.
  2389.  
  2390. Mon Apr 26 15:21:01 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2391.  
  2392.     * etags.el (find-tag-interactive): New function to read args.
  2393.     (find-tag-noselect, find-tag, find-tag-other-window)
  2394.     (find-tag-other-frame, find-tag-regexp): Use it.
  2395.     (find-tag, find-tag-other-window):
  2396.     Take new arg REGEXP-P, pass to find-tag-noselect.
  2397.     (find-tag-regexp): Call either find-tag-other-window or find-tag,
  2398.     rather than find-tag-noselect and switch-to-buffer[-other-window].
  2399.     (tags-location-stack): New defvar.
  2400.     (find-tag-noselect): If NEXT-P is '-, pop location off
  2401.     tags-location-stack.
  2402.  
  2403. Mon Apr 26 05:15:08 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2404.  
  2405.     * cmacexp.el: Installed Francesco Potorti's enhanced and
  2406.     cleaned-up version, see its commentary for details.
  2407.  
  2408.     * tex-mode.el: Doc fixes.  Also a few teaks to pacify the
  2409.     byte-compiler.
  2410.  
  2411.     * terminal.el: Some defvars moved.
  2412.     Defvars added for many variables.
  2413.     (te-stty-string): Specify the characters explicitly--not `stty dec'.
  2414.  
  2415. Mon Apr 26 05:01:41 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2416.  
  2417.     * files.el (cd): Handle leading "~" like an absolute filename.
  2418.  
  2419.     * dired.el: Changed fsets to defaliases.
  2420.  
  2421. Sun Apr 25 22:26:51 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2422.  
  2423.     * comint.el (comint-mod): Nuked.  A call to ring-mod replaces it.
  2424.     (comint-mem): Nuked.  A call to member replaces it.
  2425.  
  2426.     * ring.el: Rewritten.  A poor choice of representation made the
  2427.     old code excessively complex.  The new version is smaller and
  2428.     faster.  The interface is unchanged, except that ring-remove now
  2429.     accepts an optional numeric argument specifying the element to
  2430.     remove.
  2431.  
  2432.     * gud.el: Set no-byte-compile local variable t to work around a
  2433.     byte-compiler bug.
  2434.     (gud-def, global-map): Move C-x C-a commands to global map.  Restore
  2435.     original C-x SPC global binding.
  2436.  
  2437.     * vc.el (vc-diff): Get proper error message when you run this with
  2438.     no prefix arg on an empty buffer.
  2439.     (vc-directory): Better directory format --- replace the user and
  2440.     group IDs with locking-user (if any).
  2441.     (vc-finish-logentry, vc-next-comment, vc-previous-comment):  Replace
  2442.     *VC-comment-buffer* with a ring vector.
  2443.  
  2444. Sun Apr 25 06:14:19 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2445.  
  2446.     * simple.el (down-arrow): New function.  Uses
  2447.     next-line-add-newlines to suppress addition of new lines at end of
  2448.     buffer.
  2449.     (up-arrow): Alias of previous-line, added for consistency.
  2450.     These changes complete terminal-type-independent support for arrow
  2451.     keys.
  2452.  
  2453.     * tex-mode.el (tex-compilation-parse-errors): Added.  At the
  2454.     moment, this would have to be applied manually.  It's not worth
  2455.     trying to integrate this with the rest of the mode more tightly
  2456.     until we decide whether and how compile's interface is going to
  2457.     change away from a closed subsystem.
  2458.  
  2459.     * files.el (cd): Changed to use to resolve relative cd calls.
  2460.     (cd-absolute): Added.  This is actually the old cd code with a
  2461.     changed doc string.
  2462.     (parse-colon-path): Added. Path-to-string exploder --- may be
  2463.     useful elsewhere.
  2464.  
  2465.     * ring.el: Added and fixed documentation.
  2466.     (ring-rotate): Nuked.  It was (a) unused, and (b) totally broken
  2467.     (as in, any attempt to use it died with a type error, and when I
  2468.     patched it to fix that I found its algorithm was broken).
  2469.     (ring-ref): Added doc string.
  2470.  
  2471. Sun Apr 25 00:48:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2472.  
  2473.     * bytecomp.el (meta-flag): Declare this an obsolete variable.
  2474.  
  2475.     * subr.el (listify-key-sequence): Use a character constant to
  2476.     decide which bits to flip, not an integer constant.
  2477.  
  2478. Sat Apr 24 06:08:52 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2479.  
  2480.         * shell.el (shell-prompt-pattern): Add `;' as potential prompt
  2481.           delimiter (for `es' and `rc' shells most particularly). 
  2482.  
  2483. Fri Apr 23 07:31:14 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2484.  
  2485.     * isearch.el: Replaced all fsets with defaliases.
  2486.  
  2487. Fri Apr 23 06:51:44 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2488.  
  2489.     * bytecomp.el (define-function): Changed name back to defaliases
  2490.     to get things in a known-good state.  The unload patch had been
  2491.     half-applied, leading to lossage.
  2492.  
  2493.     * register.el, gnuspost.el, find-dired.el, cust-print.el,
  2494.     two-column.el, tar-mode.el, shell.el, lselect.el, select.el,
  2495.     ispell.el, life.el, picture.el, rmail.el, mim-mode.el, replace.el,
  2496.     tex-mode.el, frame.el, lucid.el, subr.el:
  2497.     All fsets changed to defaliases.
  2498.  
  2499.     * edt.el: Some fsets changed to defaliases.
  2500.  
  2501.     * telnet.el: Commentary added.
  2502.         (telnet): Doc fix.
  2503.         (rsh): Added entry point for rsh to remote host, per suggestion by
  2504.     Michael McNamara <mac@ardent.com>.  No change to any other code.
  2505.  
  2506.     * info.el (Info-find-node, Info-insert-subfile): Do the right
  2507.     thing if info files have been compressed or gzipped.  This is
  2508.     saving me lots of disk space.
  2509.  
  2510.     * simple.el: All fsets changed to defaliases.
  2511.     (kill-forward-chars, kill-backward-chars): Deleted.  These were
  2512.     internal subroutines used by delete-char and delete-backward-char
  2513.     before those functions were moved into the C kernel.  Now nothing
  2514.     uses them.
  2515.     (kill-line): Added kill-whole-line variable.  Defaults to nil; a
  2516.     non-nil value causes a kill-line at the beginning of a line to
  2517.     kill the newline as well as the line.  I find it very convenient.
  2518.     Emulates Unipress' &kill-lines-magic variable.
  2519.     (next-line): Added next-line-add-newlines variable.  If nil,
  2520.     next-line will not insert newlines when invoked at the end of a
  2521.     buffer.  This obviates three LCD packages.
  2522.     (left-arrow, right-arrow): New functions.  These do backward-char
  2523.     and forward-char first. If line truncation is on, they then scroll
  2524.     left or right as necessary to make sure point is visible.
  2525.  
  2526.     * loaddefs.el: All fsets changes to defaliases.
  2527.     (global-map): Changed bindings of [left] and [right] to left-arrow and
  2528.     right-arrow respectively.
  2529.  
  2530. Thu Apr 22 22:56:54 1993  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  2531.  
  2532.     * ange-ftp.el (ange-ftp-binary-file-name-regexp):
  2533.     Match .z and .z-part-?? files.
  2534.  
  2535. Wed Apr 21 03:47:05 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2536.  
  2537.     * makefile.el: Rewritten and simplified, commentary added.  It now
  2538.     will usually detect when the makefile target or macro lists need
  2539.     to be rebuilt and do it automatically; in particular, this means
  2540.     you no longer have to deal with an annoying wait at find-time.
  2541.  
  2542. Mon Apr 19 21:29:48 1993  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  2543.  
  2544.     * vc.el (vc-revert-buffer1): Typo fix in last change.
  2545.  
  2546.     * shell.el (shell-mode): isationization (doc fix).
  2547.  
  2548.     * shell.el (shell-mode): Capitalize mode name.
  2549.  
  2550.     * vc.el (vc-comment-to-change-log): Restored interactive spec.
  2551.     Why was it removed?  Why does the only log entry mentioning this
  2552.     function contain no actual information?
  2553.  
  2554.     * vc.el (vc-revert-buffer1):
  2555.     Completely rewrote compilation reparsing code.
  2556.  
  2557.     * files.el (find-file-noselect): Never set SAME-TRUENAME to a
  2558.     buffer whose buffer-file-name is nil.
  2559.  
  2560.     * files.el (set-auto-mode): If the buffer begins with "#!", look
  2561.     for -*- in the first two lines, not just the first one.
  2562.  
  2563. Sat Apr 17 17:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2564.  
  2565.     * sendmail.el (mail-do-fcc): Make a numeric time zone indicator
  2566.     with current-time-zone--don't run `date'.
  2567.  
  2568. Fri Apr 16 19:36:29 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2569.  
  2570.     * bytecomp.el (byte-compile, byte-compile-keep-pending)
  2571.     (byte-compile-file-form-defmumble): Generate define-function
  2572.     rather than fset, to install definitions for defun, defmacro, etc.
  2573.  
  2574.     * loadhist.el: New file.
  2575.  
  2576.     * tar-mode.el: Add defvars to pacify the byte compiler, at RMS's
  2577.     request.
  2578.  
  2579.     * diff.el (diff-parse-differences): Small robustification ---
  2580.     don't lose if we call this with compilation-parsing-end nil
  2581.  
  2582. Fri Apr 16 19:23:21 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2583.  
  2584.     * electric.el (shrink-window-if-larger-than-buffer):
  2585.     Moved to window.el.
  2586.  
  2587. Fri Apr 16 18:55:13 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2588.  
  2589.     * comint.el (comint-match-partial-pathname): Move "---" range in
  2590.     character class in regular expressions to the end of the character
  2591.     class; this way, it meets the POSIX regexp specs.
  2592.  
  2593.     * files.el (abbreviate-file-name): If abbreviated-home-dir ends
  2594.     with a slash, don't remove the corresponding slash from filename
  2595.     when we collapse the home directory to ~.
  2596.  
  2597. Fri Apr 16 09:06:07 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2598.  
  2599.         * rlogin.el: Add autoload cookies for all defvars.
  2600.         (rlogin-process-connection-type): New variable.
  2601.         (rlogin): Use it to determine process-connection-type.
  2602.         (rlogin): Set process mark to point-max, not point-min.
  2603.         (rlogin-with-args): Put `+' inside \(\) pair in string-match.
  2604.         (rlogin-password): Take optional arg `proc' for use by rlogin-filter.
  2605.         Write docstring.  Call new winning version of comint-read-noecho
  2606.         instead of doing reading by hand. 
  2607.         (rlogin-mode): Wrote docstring. 
  2608.         (rlogin-filter): Completely rewritten to be more efficient.
  2609.  
  2610. Wed Apr 14 16:35:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2611.  
  2612.     * resume.el (resume-suspend-hook): Renamed from empty-args-file.
  2613.     Add autoload cookie.
  2614.     (resume-emacs-args-buffer): Renamed.
  2615.     (resume-write-buffer-to-file): Renamed.
  2616.  
  2617.     * two-column.el (tc-dissociate): Renamed from tc-kill-association.
  2618.     Move binding to C-x 6 d.
  2619.  
  2620. Wed Apr 14 15:56:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2621.  
  2622.     * autoload.el (update-file-autoloads, update-directory-autoloads):
  2623.     If called interactively, save generated-autoload-file when done.
  2624.  
  2625. Wed Apr 14 15:34:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2626.  
  2627.     * makefile.el (makefile-mode): Fix typo in autoload cookie.
  2628.  
  2629.     * isearch.el: Doc fixes.
  2630.  
  2631. Wed Apr 14 16:41:51 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2632.  
  2633.     * gud.el (gud-mode): Created C-c synonym bindings in the GUD
  2634.     buffer's local map.
  2635.     
  2636.     (gud-key-prefix): Changed to C-x C-a.
  2637.  
  2638. Wed Apr 14 16:38:49 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2639.  
  2640.     * help-macro.el: Name changed from help-screen.el to fit in a
  2641.     14-character limit.
  2642.  
  2643.     * sun-curs.el: Name changed from sun-cursors.el to protect the
  2644.     innocents.
  2645.  
  2646. Wed Apr 14 03:34:44 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2647.  
  2648.     * finder.el: Rewritten.  The Finder is now a major mode with the
  2649.     ability to browse package commentary sections and a completely 
  2650.     point-and-shoot interface similar to Dired's.
  2651.  
  2652.     * window.el (shrink-window-if-larger-than-buffer): Moved from
  2653.     electric.el to windows.el, minor bug fix.  This is to avoid code
  2654.     duplication between vc.el, electric.el, and finder.el.
  2655.     
  2656.     (ctl-x-map): Added C-x - and C-x + as experimental bindings for
  2657.     shrink-window-if-larger-than-buffer and balance-windows
  2658.     respectively.  Since shrink-window-if-larger-than-buffer has to
  2659.     live here anyhow, let users use it to manage screen space.
  2660.  
  2661.     * lisp-mnt.el (lm-commentary-region): Gone.
  2662.     
  2663.     (lm-commentary): New function, replacing lm-commentary-region.
  2664.  
  2665. Mon Apr 12 21:36:52 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2666.  
  2667.     * bytecomp.el: The `suspend-hooks' variable is obsolete now, and
  2668.     `suspend-hook' is the right name.
  2669.  
  2670. Mon Apr 12 21:36:20 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2671.  
  2672.     * term/sun-mouse.el (suspend-emacstool): Run suspend-hook, not
  2673.     suspend-hooks.
  2674.  
  2675. Mon Apr 12 07:54:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2676.  
  2677.     * rot13.el (rot13-display-table): Use `vector', not `make-rope'.
  2678.  
  2679.     * disp-table.el: Use `vector', not `make-rope'.
  2680.  
  2681.     * rot13.el (rot13-other-window): Add autoload.
  2682.  
  2683. Mon Apr 12 04:30:46 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2684.  
  2685.         * comint.el (comint-process-echoes): New variable.
  2686.         (comint-mode): Make it buffer-local. 
  2687.         (comint-send-input): Delete text from process mark to point if
  2688.         variable `comint-process-echoes' is non-`nil', since it is assumed
  2689.         process will re-echo the text. 
  2690.  
  2691. Mon Apr 12 03:49:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2692.  
  2693.     * disp-table.el: Use `vector', not `make-rope'.
  2694.  
  2695.     * rot13.el (rot13-other-window): Add autoload.
  2696.     (rot13-display-table): Use `vector', not `make-rope'.
  2697.  
  2698. Sat Apr 10 14:28:05 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2699.  
  2700.     * gud.el (gdb, sdb, dbx): Improved prompting a la grep.
  2701.  
  2702.     * comint.el: Clean up cmu* uses in header comments.
  2703.  
  2704. Sat Apr 10 06:21:55 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  2705.  
  2706.     * subr.el (overlay-start, overlay-end, overlay-buffer): New
  2707.     defsubsts.
  2708.  
  2709. Sat Apr 10 00:39:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2710.     
  2711.     * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
  2712.  
  2713.         * finder.el (finder-by-keyword): Build an alist to pass to
  2714.     completing-read, instead of building an invalid obarray.
  2715.     
  2716.     * finder.el (finder-by-keyword): If the user quits or enters the
  2717.     empty string in response to the keyword prompt, restore the old
  2718.     window configuration properly.
  2719.  
  2720. Sat Apr 10 00:39:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2721.  
  2722.     * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
  2723.  
  2724. Fri Apr  9 23:17:05 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  2725.  
  2726.     * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix
  2727.     patch, which included the following explanatory comment: "D.Erway
  2728.     - This used to just do emerge-get-diff3-group on 2, then on
  2729.     3. This was incorrect, since the file 3 info for a diff can
  2730.     preceed the file 2 info for that same diff. So we save and restore
  2731.     point to overcome this."
  2732.  
  2733. Fri Apr  9 03:34:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2734.  
  2735.     * subr.el (overlay-start, overlay-end, overlay-buffer): New
  2736.     defsubsts.
  2737.  
  2738.         * finder.el (finder-by-keyword): Build an alist to pass to
  2739.     completing-read, instead of building an invalid obarray.
  2740.  
  2741.     * finder.el (finder-by-keyword): If the user quits or enters the
  2742.     empty string in response to the keyword prompt, restore the old
  2743.     window configuration properly. 
  2744.  
  2745. Thu Apr  8 17:47:39 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2746.  
  2747.     * autoload.el (generate-file-autoloads): Doc fix.
  2748.  
  2749. Thu Apr  8 16:35:59 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  2750.  
  2751.     * gud.el: Massive changes, amounting nearly to a rewrite.  The new
  2752.     features include auto-configuring support for SVr4, more commands,
  2753.     and a full minor-mode implementation that binds all GUD commands
  2754.     not just in the GUD interaction mode, but in C buffers visited by
  2755.     GUD.  The common prefix of GUD commands is now C-x X, like
  2756.     electric-debug mode.
  2757.  
  2758.     * vc-hooks.el (vc-mode): name change.  This looks better in keymap
  2759.     listings and conforms to the naming conventions used by other
  2760.     packages.
  2761.  
  2762.     * vc.el (vc-directory. vc-start-entry, vc-next-action,
  2763.     vc-next-action-on-file): The vc-directory listing is now in an
  2764.     augmented Dired mode that supports vc-next-action on all marked
  2765.     files.
  2766.  
  2767.     * dired.el (dired-noselect, dired-internal-noselect,
  2768.     dired-insert-directory): Enhancements to support passing dired a
  2769.     DIRNAME argument consisting of a directory-name car and a
  2770.     list-of-files cdr.  This is needed to support VC's augmented
  2771.     dired, which wants a filtered file display that recurses (showing
  2772.     all version-controlled files in subdirectories as well as the
  2773.     top-level ones).
  2774.  
  2775.     * menu-bar.el: Added and corrected library headers.
  2776.  
  2777. Thu Apr  8 07:10:13 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  2778.  
  2779.     * menu-bar.el: entered into RCS
  2780.  
  2781.     * lucid.el: Add copyright notice.
  2782.  
  2783. Wed Apr  7 20:58:20 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2784.  
  2785.     * compile.el (compile-internal): Initialize the process-mark.
  2786.  
  2787.     * compile.el (compilation-error-regexp-alist):
  2788.     Tighten first regexp so that it
  2789.     requires a colon or open-paren before the line number, not just
  2790.     whitespace.
  2791.  
  2792.     * compile.el (compilation-parse-errors): Remove debugging setq.
  2793.  
  2794.     * compile.el (compilation-filter): New function.
  2795.     (compile-internal): Make it the process's filter.
  2796.  
  2797.     * compile.el (compilation-error-regexp-alist):
  2798.     Fixed MIPS CC regexp to match file
  2799.     names longer than one char.
  2800.     (compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
  2801.  
  2802. Wed Apr  7 17:42:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2803.  
  2804.     * menu-bar.el: New file.
  2805.  
  2806.     * fill.el (fill-nonuniform-paragraphs): New command.
  2807.  
  2808. Wed Apr  7 16:58:20 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2809.  
  2810.     * compile.el (compile-internal): Initialize the process-mark.
  2811.  
  2812. Wed Apr  7 16:14:29 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2813.  
  2814.     * compile.el (compilation-error-regexp-alist): Tighten first
  2815.     regexp so that it requires a colon or open-paren before the line
  2816.     number, not just whitespace.
  2817.  
  2818. Wed Apr  7 15:24:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2819.  
  2820.     * files.el (find-file-noselect):
  2821.     Verify other buffers' file numbers are still valid.
  2822.  
  2823. Wed Apr  7 14:34:17 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2824.  
  2825.     * compile.el (compilation-filter): New function.
  2826.     (compile-internal): Make it the process's filter.
  2827.  
  2828.     * compile.el (compilation-error-regexp-alist): Fixed MIPS CC
  2829.     regexp to match file names longer than one char.
  2830.     (compilation-parse-errors): Error if
  2831.     compilation-error-regexp-alist is nil.
  2832.  
  2833. Wed Apr  7 00:27:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2834.  
  2835.     * tabify.el (untabify): Don't really change where restriction starts.
  2836.  
  2837. Tue Apr  6 13:11:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2838.  
  2839.     * dired.el (dired-pop-to-buffer): Adjust count-lines val for last line.
  2840.  
  2841. Mon Apr  5 19:52:16 1993  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  2842.  
  2843.     * add-log.el (find-change-log): New function.
  2844.     (add-change-log-entry): FILE-NAME frobnicating code moved there;
  2845.     call it.
  2846.     * vc.el (vc-comment-to-change-log):
  2847.     Renamed from vc-comment-to-changelog.
  2848.     Take optional arg and pass it to find-change-log.
  2849.     Added docstring and interactive spec.
  2850.  
  2851. Mon Apr  5 17:13:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2852.  
  2853.     * compile.el (compilation-error-regexp-alist):
  2854.     Merged HP-UX 7.0 fc regexp with the
  2855.     GNU format regexp: just allowing blanks to terminate the line number
  2856.     makes that one handle the HP case.  Merged MIPS RISC CC regexp with
  2857.     Apollo cc regexp: make "s optional, and don't anchor to bol.
  2858.  
  2859.     * compile.el (compilation-error-regexp-alist):
  2860.     Changed MIPS RISC CC regexp (last one) to
  2861.     be anchored at bol, and to never match multiple lines.
  2862.  
  2863. Sat Apr  3 23:28:03 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  2864.  
  2865.     * man.el, assoc.el: Installed Barry Warsaw's new and much more
  2866.     featureful man page browser.
  2867.  
  2868.     * finder.el, help-screen.el, faces.el: Added or corrected
  2869.     documentation headers
  2870.  
  2871. Sat Apr  3 11:00:56 1993  Noah Friedman  (friedman@geech.gnu.ai.mit.edu)
  2872.  
  2873.     * comint.el: New comint-read-noecho.
  2874.  
  2875. Fri Apr  2 16:41:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  2876.  
  2877.     * chistory.el (repeat-history-command): Bug fix.  Someone forgot a car.
  2878.  
  2879. Fri Apr  2 01:18:58 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  2880.  
  2881.     * mpuz.el (mpuz-try-letter): Use read-char to read digit.
  2882.     Use message directly also.  Use downcase.
  2883.     (mpuz-read-map): Deleted.
  2884.  
  2885.     * dired.el (dired-unmark-all-files): Read the arg as just a char.
  2886.  
  2887. Thu Apr  1 17:19:36 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  2888.  
  2889.     * lisp-mode.el (eval-defun): Rename argument to avoid collision.
  2890.     (eval-last-sexp): Likewise.
  2891.  
  2892. Wed Mar 31 21:11:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2893.  
  2894.     * etags.el (etags-tags-completion-table): Rewritten with a mondo
  2895.     regexp.
  2896.  
  2897. Wed Mar 31 20:05:51 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2898.  
  2899.     * timer.el (timer-program): New defconst.
  2900.     (run-at-time): Use timer-program as the name of the program the
  2901.     subprocess should run, and search for it in exec-directory, rather
  2902.     than checking the entire exec path.
  2903.  
  2904. Wed Mar 31 16:12:06 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2905.  
  2906.     * simple.el (indent-for-comment): Use skip-syntax-backward in place of
  2907.     skip-chars-backward.
  2908.     Correctly set INDENT to the return value of comment-indent-function.
  2909.  
  2910.     * etags.el (etags-tags-completion-table): Use skip-syntax-backward
  2911.     instead of skip-chars-backward.
  2912.  
  2913.     * view.el (view-exit): Use local map view-old-local-map,
  2914.     not (current-local-map).
  2915.     (view-buffer-other-window): Remove spurious backslashes from
  2916.     interactive spec.
  2917.  
  2918.     * map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be
  2919.     each a vector containing the user's binding, rather than 'user.  Check
  2920.     (vectorp DEF) and call the vector's elt, rather than checking (eq 'user
  2921.     DEF) and calling something completely random.
  2922.  
  2923.     * novice.el (enable-command): Remove spurious assignment of free
  2924.     variable `foo'.
  2925.  
  2926.     * help.el (describe-function): For Lisp functions, write a
  2927.     prototype call before the docstring, instead of an argument
  2928.     description after it.
  2929.  
  2930. Tue Mar 30 17:15:24 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2931.  
  2932.     * files.el (find-backup-file-name): Delete nothing if overflow
  2933.     in number of versions to keep.
  2934.  
  2935. Tue Mar 30 16:12:13 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2936.  
  2937.     * subr.el (int-to-string): Make this an alias for the subr
  2938.     number-to-string.
  2939.  
  2940. Tue Mar 30 14:37:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2941.  
  2942.     * isearch.el (isearch-mode-map): Delete the binding for C-h.
  2943.     (isearch-done): Customize the message about mark.
  2944.  
  2945. Tue Mar 30 14:37:42 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2946.  
  2947.         * comint.el (comint-read-noecho): Rewritten to provide some simple
  2948.         editing ability and be able to abort when called from a process
  2949.         filter.  Re-arranged and updated docstring.
  2950.  
  2951. Tue Mar 30 16:22:39 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2952.  
  2953.     * ring.el: Changed summary line.
  2954.  
  2955. Tue Mar 30 02:27:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2956.  
  2957.     * faces.el: New file.
  2958.  
  2959. Mon Mar 29 14:08:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2960.  
  2961.     * rmail.el (rmail): Don't use mbox as inbox by default.
  2962.  
  2963.     * simple.el (count-lines): Use save-match-data.
  2964.  
  2965.     * buff-menu.el: Put back removed years in copyright notice.
  2966.  
  2967. Mon Mar 29 15:38:31 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  2968.  
  2969.     * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer):
  2970.     Improved logic for parent buffer finding.
  2971.  
  2972.     (vc-cancel-version): bug fix.
  2973.  
  2974. Mon Mar 29 03:09:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2975.  
  2976.     * mailabbrev.el: Provide mailabbrev, not mail-abbrevs.
  2977.  
  2978. Sun Mar 28 15:10:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2979.  
  2980.     * fill.el (fill-individual-paragraphs): When skipping mail headers,
  2981.     skip to a blank line.
  2982.  
  2983.     * env.el (setenv): Renamed back from putenv.
  2984.  
  2985.     * replace.el (regexp-history): New history list.
  2986.     (occur, flush-lines, keep-lines, how-many): Use it.
  2987.     (occur): Don't insert previous string in minibuffer gratuitously.
  2988.     Just use it if input is empty.
  2989.     Use save-match-data around count-lines.
  2990.  
  2991. Sun Mar 28 01:53:54 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2992.  
  2993.         * setenv.el: Renamed to env.el.  Provide `env', not `setenv'. 
  2994.         (setenv): Renamed to `putenv', which is the more proper complement
  2995.         of `getenv'.  `setenv' retained as an alias. 
  2996.         Make VALUE parameter optional; if not set, remove VARIABLE from
  2997.         process-environment. 
  2998.  
  2999.         * rlogin.el (rlogin): If given a prefix argument and an rlogin
  3000.         session for HOST is already running, start a new rlogin process
  3001.         rather than switching to the existing one.  Added docstring.
  3002.     Bound `proc' in let*.
  3003.         (rlogin-explicit-args, rlogin-password-paranoia): New variables.
  3004.         (rlogin-filter): Prompt for passwords in minibuffer if
  3005.         rlogin-password-paranoia is set. 
  3006.         (rlogin-with-args, rlogin-password): New functions.
  3007.  
  3008. Sun Mar 28 06:40:46 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3009.  
  3010.     * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added.
  3011.     (vc-checkout): Now rejects attempts to check out files via FTP.
  3012.     
  3013.     * vc.el: The `derived buffers' in the mode (the VC log buffer,
  3014.     status buffers, and most buffer output commands) now know which
  3015.     file buffer was their parent, and most commands will try to find
  3016.     such a parent buffer when executed from within a special buffer.
  3017.  
  3018.     * makefile.el: Added autoload cookie for entry point.
  3019.  
  3020.     * files.el (auto-mode-alist): added pairs for .ms, .man, .mk,
  3021.     [Mm]akefile, .lex.
  3022.  
  3023.     * electric.el: (shrink-window-if-larger-than-buffer) Added doc
  3024.     string.  Made argument optional, because window-buffer does the
  3025.     right thing with nil.
  3026.  
  3027.     * ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a
  3028.      valid operation on maps any more.
  3029.  
  3030. Sat Mar 27 16:26:22 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3031.  
  3032.     * refer.el: Installed.
  3033.  
  3034. Sat Mar 27 13:00:59 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3035.  
  3036.     * lucid.el (try-face-font, find-face, get-face): New aliases.
  3037.  
  3038. Sat Mar 27 08:20:12 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3039.  
  3040.     * abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el,
  3041.     oshell.el: Removed.
  3042.  
  3043. Sat Mar 27 02:44:26 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3044.  
  3045.         * rlogin.el: Updated copyright year and added autoload cookies.
  3046.         (rlogin): Set process marker to beginning of buffer.
  3047.         (rlogin-filter): Use unwind-protect to restore match-data.  Use
  3048.         insert-before-markers instead of insert to keep input and output
  3049.         from getting garbled.  Delete spurious ?\C-m chars in output
  3050.         instead of replacing them with ?\ .
  3051.  
  3052. Sat Mar 27 01:18:21 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3053.  
  3054.     * case-table.el: Add autoloads.
  3055.     (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
  3056.     Rename arg STRING to TABLE.  Do not set the standard case table.
  3057.  
  3058. Fri Mar 26 21:45:40 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3059.  
  3060.     * loaddefs.el: Commented out function-key-error definition and
  3061.     uses in the global keymaps.  RMS and jimb objected to the amount
  3062.     of space these took up in the keybinding listings.
  3063.  
  3064. Sat Mar 27 01:58:44 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3065.  
  3066.     * lpr.el (printify-buffer): Added, debugged from Roland McGrath's
  3067.     printify-buffer code in LCD.
  3068.  
  3069.     * cookie.el (cookie): Enhanced it to handle both LINS files and
  3070.     UNIX fortune files.
  3071.  
  3072.     * rect.el (fill-rectangle):  Added.  Inspired by Lynn Slater's
  3073.     insert-box package in LCD, but the interface and implementation
  3074.     are different.
  3075.  
  3076.     * loaddefs.el (ctl-x-map): Added binding for fill-rectangle.
  3077.  
  3078.     * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob
  3079.     Austein's suggestion in the LCD package bm-toggle.el.
  3080.  
  3081.     * subr.el (add-hook):  Added optional arg to cause hook to be
  3082.     appended rather than prepended to the hook list.  This obviates
  3083.     the 23 different hook-bashing packages in LCD.
  3084.     
  3085.     * subr.el (current-word): Added.  Lots of help and default-generator
  3086.     functions in LCD use it, and it's remarkably difficult to get
  3087.     right, especially given the new syntax primitives.
  3088.  
  3089. Fri Mar 26 07:28:20 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3090.  
  3091.     * files.el (local-write-file-hooks): New variable.
  3092.     (set-visited-file-name): Kill local-write-file-hooks as local var.
  3093.     (basic-save-buffer): Use local-write-file-hooks.
  3094.  
  3095. Fri Mar 26 02:27:15 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3096.  
  3097.     * files.el (local-write-file-hooks): New variable.
  3098.     (set-visited-file-name): Kill local-write-file-hooks as local var.
  3099.     (basic-save-buffer): Use local-write-file-hooks.
  3100.  
  3101. Fri Mar 26 04:17:45 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3102.  
  3103.     * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy.  I
  3104.     gave it one.
  3105.  
  3106.     * two-column.el: Added Commentary.
  3107.  
  3108. Thu Mar 25 03:40:35 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3109.  
  3110.     * help.el (describe-function): Add blank line above doc string.
  3111.  
  3112.     * uncompress.el: Add provide call.
  3113.  
  3114. Thu Mar 25 01:57:43 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3115.  
  3116.     * lisp-mnt.el (lm-last-modified-date): Fixed return bug.
  3117.  
  3118.     (lm-author, lm-maintainer): These now return cons pairs, not strings.
  3119.  
  3120.     * shell.el: Brent Benson's patch to support `cd -'.
  3121.  
  3122.     * mh-e.el (mh-unshar): Added.
  3123.  
  3124.     * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this.
  3125.  
  3126. Wed Mar 24 23:38:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3127.  
  3128.     * term/x-win.el (x-defined-colors): Use x-color-defined-p instead of
  3129.     x-defined-color.
  3130.     (x-handle-geometry): Use x-parse-geometry instead of x-geometry.
  3131.  
  3132. Wed Mar 24 20:27:07 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3133.  
  3134.     * calendar.el (calendar-standard-time-zone-name,
  3135.     calendar-daylight-time-zone-name): Initialize these at load-time,
  3136.     as well as calendar-time-zone.
  3137.  
  3138.     * calendar.el (calendar-time-zone): Fix code which initializes
  3139.     this.
  3140.  
  3141. Wed Mar 24 02:59:21 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3142.  
  3143.     * term/x-win.el: Bind M-next to an alias scroll-other-window-1
  3144.     to get better doc string output.
  3145.  
  3146. Tue Mar 23 18:27:03 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3147.  
  3148.     * compile.el: Fix library headers.
  3149.  
  3150. Tue Mar 23 07:41:49 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3151.  
  3152.     * files.el (insert-directory): Do chase symlinks before passing
  3153.     the directory name to ls.
  3154.  
  3155. Tue Mar 23 07:26:34 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3156.  
  3157.     * buff-menu.el: Incorporated changes from Bob Weiner's enhanced
  3158.     buff-menu from the LCD archive.
  3159.  
  3160. Tue Mar 23 02:26:42 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3161.  
  3162.     * replace.el (query-replace-map): Define backspace like delete.
  3163.  
  3164. Mon Mar 22 22:44:49 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3165.  
  3166.         * cookie.el: Created.  This file contains what was formerly the
  3167.     guts of spook.el, lightly hacked to support more than one
  3168.     simultaneous cookie database.
  3169.  
  3170.     * spook.el, yow.el: Modified to use cookie.el.  Total code in
  3171.     the three files cookie.el, yow.el and spook.el is less than the
  3172.     old spook.el + yow.el.
  3173.  
  3174.     * time.el, timer.el, uncompress.el, underline.el, view.el, vip.el,
  3175.     xscheme.el: Added or corrected Commentary section.  This finishes
  3176.     my pass over the lisp libraries; I'll teach the finder about
  3177.     these commentary sections soon.
  3178.  
  3179. Mon Mar 22 17:35:29 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3180.  
  3181.     * term/x-win.el (x-win-suspend-error):
  3182.     suspend-hook renamed from suspend-hooks.
  3183.  
  3184. Mon Mar 22 16:53:22 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3185.  
  3186.     * help.el, register.el, replace.el, reposition.el, rfc822.el,
  3187.     rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
  3188.     setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
  3189.     spook.el, studly.el, tabify.el, text-mode.el: Added or corrected
  3190.     Commentary headers.
  3191.  
  3192. Mon Mar 22 14:15:30 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3193.  
  3194.         * diary-insert.el: Change the name to diary-ins.el.
  3195.         * calendar.el: Change all autoload references to diary-ins.
  3196.  
  3197. Mon Mar 22 06:59:54 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3198.  
  3199.     * help.el: Don't load help-screen at run time if compiled.
  3200.  
  3201. Mon Mar 22 05:42:35 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3202.  
  3203.     * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
  3204.     mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
  3205.     outline.el, page.el, paragraphs.el, picture.el, prolog.el,
  3206.     rect.el: Added or corrected Commentary sections.
  3207.  
  3208. Mon Mar 22 03:27:18 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3209.  
  3210.     * abbrev.el, ada.el, add-log.el, array.el, autoinsert.el,
  3211.     autoload.el, awk-mode.el, bib-mode.el, bibtex.el, buff-menu.el,
  3212.     bytecomp.el, c++-mode.el, c-mode.el, cl-indent.el, cmacexp.el,
  3213.     cmulisp.el, cmuscheme.el, comint.el, compare-w.el, compile.el,
  3214.     debug.el, diff.el, dired-aux.el, dired.el, disass.el,
  3215.     dissociate.el, doctor.el, ebuff-menu.el, edebug.el, ehelp.el,
  3216.     emacsbug.el, emerge.el, files.el, fill.el, fortran.el, gosmacs.el,
  3217.     hanoi.el, hexl.el, hideif.el, icon.el, indent.el, iso-insert.el,
  3218.     iso-swed.el, iso-syntax.el, iso8859-1.el, ispell.el, kermit.el,
  3219.     ledit.el, life.el, lisp-mode.el, lisp.el, lpr.el, macros.el,
  3220.     mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
  3221.     modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
  3222.     sgml-mode.el, tex-mode.el:
  3223.     Added or corrected Commentary sections.  There's more of this
  3224.     coming; soon, the package finder will be able to browse Commentary
  3225.     sections, and I want almost all packages to have useful ones.
  3226.  
  3227. Sun Mar 21 03:03:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3228.  
  3229.     * help.el: Don't load help-screen at run time if compiled.
  3230.  
  3231.     * simple.el (line-number-mode): New function and variable.
  3232.  
  3233.     * loaddefs.el (default-mode-line-format-default): Use %l.
  3234.  
  3235. Sun Mar 21 00:30:21 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3236.  
  3237.      * time.el (display-time): Doc fix.
  3238.  
  3239.     * isearch.el (isearch-switch-frame-handler): Call
  3240.     handle-switch-frame instead of select-frame; it has been renamed.
  3241.  
  3242.     * simple.el (comment-indent-function): New variable, intended to
  3243.     replace comment-indent-hook.
  3244.     (comment-indent-hook): Make this default to nil now.
  3245.     (indent-for-comment): If comment-indent-hook is non-nil, call it
  3246.     for backward compatibility; otherwise, call
  3247.     comment-indent-function.
  3248.     * bytecomp.el: Declare comment-indent-hook an obsolete variable.
  3249.  
  3250. Sat Mar 20 15:16:51 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3251.  
  3252.     * time.el (display-time): Doc fix.
  3253.  
  3254.     * lucid.el: Alias lower-screen and raise-screen to lower-frame and
  3255.     raise-frame, the new names for those functions.
  3256.  
  3257. Fri Mar 19 21:48:09 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3258.  
  3259.     * bush.el: Deleted.
  3260.  
  3261.     * finder.el: Make sure that when new keywords are compiled, we see them
  3262.     immediately.
  3263.  
  3264. Fri Mar 19 17:38:48 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3265.  
  3266.         * tex-mode.el (tex-send-command): Fix the command sent so that no
  3267.         blank is inserted when replacing the asterisk with the file name.
  3268.  
  3269. Fri Mar 19 14:21:44 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3270.  
  3271.     * vt100-led.el, bg-mouse.el, sup-mouse.el, sun-mouse.el:
  3272.     moved to term directory.
  3273.  
  3274. Thu Mar 18 21:44:24 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3275.  
  3276.     * Makefile: created.  This exists mainly so developers elsewhere
  3277.     can unlock the lisp files to accept an update tar, then relock
  3278.     them without locking the few that should stay writeable.
  3279.  
  3280.     * solar.el, ange-ftp.el: Corrected Keywords header
  3281.  
  3282.     * ftp.el: Nuked (actually, moved to =ftp.el).
  3283.     ange-ftp.el replaces this.
  3284.  
  3285. Thu Mar 18 21:39:28 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3286.  
  3287.         * solar.el (solar-time-string): Round the time properly.
  3288.  
  3289. Thu Mar 18 21:29:42 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3290.  
  3291.     * abbrev.el, abbrevlist.el, add-log.el, apropos.el, array.el,
  3292.     autoload.el, awk-mode.el, cal-french.el, cal-mayan.el,
  3293.     calendar.el, cmulisp.el, cmuscheme.el, comint.el, compile.el,
  3294.     completion.el, cust-print.el, dabbrev.el, debug.el, diary.el,
  3295.     diff.el, disass.el, edebug.el, edmacro.el, emacsbug.el, finder.el,
  3296.     inf-lisp.el, ispell.el, life.el, lisp.el, lunar.el, macros.el,
  3297.     netunam.el, old-shell.el, scribe.el, spell.el, sun-cursors.el,
  3298.     terminal.el, unrmail.el, vms-pmail.el:
  3299.     Add or correct Keywords headers for finder.
  3300.  
  3301. Thu Mar 18 19:22:48 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3302.  
  3303.     * frame.el (make-frame): Renamed from new-frame.
  3304.     (new-frame): Alias for make-frame.
  3305.  
  3306. Thu Mar 18 14:18:32 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3307.  
  3308.     * frame.el (make-frame): Renamed from new-frame.
  3309.     (new-frame): Alias for make-frame.
  3310.  
  3311. Thu Mar 18 11:34:34 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3312.  
  3313.         * tex-mode.el (tex-send-command): Fix the command sent so that no
  3314.         blank is inserted when replacing the asterisk with the file name.
  3315.  
  3316. Thu Mar 18 03:38:31 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3317.  
  3318.     * term/wyse50.el: (function-key-map) Nuke code no longer bound to keys.
  3319.  
  3320.     * term/tvi970.el: (function-key-map)
  3321.     As many key cookies as possible renamed to fit the new conventions
  3322.     documented in lisp/term/README.
  3323.  
  3324.     * term/vt100.el, term/news.el: (function-key-map)
  3325.     Fix things so that bindings are added to the keymap already created by
  3326.     terminal initialization.
  3327.  
  3328. Wed Mar 17 16:57:17 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3329.  
  3330.     * help-screen.el: Installed, following release.  Now package
  3331.     writers can easily implement help screens resembling Emacs's
  3332.     own on-line help system.
  3333.  
  3334.     * help.el: help-for-help now uses make-help-screen from help-screen.el.
  3335.  
  3336. Wed Mar 17 13:24:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3337.  
  3338.     * finder-inf.el: Deleted the RCS file.
  3339.  
  3340. Wed Mar 17 17:19:16 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3341.  
  3342.     * isearch.el, lselect.el, select.el, scroll-bar.el, texinfo.el,
  3343.     pending-del.el, profile.el, texinfmt.el, ls-lisp.el, meese.el,
  3344.     isearch.el, tmenu.el, lmenu.el, rmailsum.el, unrmail.el,
  3345.     hippie.el, lmenu.el, rmailmsc.el, rlogin.el, mhspool.el,
  3346.     lisp-mode.el, novice.el, mouse.el, vms-pmail.el, vc-hooks.el,
  3347.     levents.el, iso8859-1.el, isearch.el, hippie.el, find-gc.el,
  3348.     cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
  3349.     dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
  3350.     case-table.el, byte-run.el, ange-ftp.el, backquote.el:
  3351.     Added or corrected library header comments.
  3352.  
  3353. Wed Mar 17 14:26:35 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3354.  
  3355.     * finder.el (finder-compile-keywords): Treat nil in a path
  3356.     argument as $PWD.
  3357.     
  3358.     (finder-by-keyword): Handle LFD as input gracefully.
  3359.  
  3360. Wed Mar 17 14:01:56 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3361.  
  3362.     * vc-hooks.el: Increment version number to match vc.el's.
  3363.  
  3364.     * vc.el (vc-header-strings): Name changed to vc-header-alist, to match
  3365.     the docs.
  3366.     
  3367.     (vc-finish-logentry, vc-next-comment, vc-previous-comment,
  3368.     vc-comment-search-forward, vc-comment-search-backward) The VC comment
  3369.     ring is now a separate buffer from *VC-log*; editing of old comments
  3370.     is no longer destructive.
  3371.  
  3372. Tue Mar 16 21:09:56 1993  Paul Eggert  (eggert@twinsun.com)
  3373.  
  3374.     * vc.el (vc-version-diff): Use (message ...), not (message (format
  3375.     ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
  3376.     bogus messages.
  3377.  
  3378.     * vc-hooks.el: Merge today's change by eric with everybody else's
  3379.     change (from 1992/08/04 through 1993/02/24).
  3380.  
  3381. Tue Mar 16 13:03:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3382.  
  3383.     * bytecomp.el (byte-compile-from-buffer): Put buffer containing
  3384.     compiled code in binary overwrite mode.
  3385.  
  3386.         * simple.el (quoted-insert): In overwrite mode, don't read digits
  3387.     as an octal character code.  In binary overwrite mode, overwrite
  3388.     the characters instead of inserting them.
  3389.     (overwrite-mode-textual, overwrite-mode-binary): New symbols, for
  3390.     use in the mode line.
  3391.     (overwrite-mode): Doc fix.  Use force-mode-line-update.
  3392.     (binary-overwrite-mode): New function.
  3393.         * loaddefs.el (minor-mode-alist): Make the mode line element for
  3394.     overwrite-mode be the symbol `overwrite-mode'.
  3395.  
  3396. Tue Mar 16 10:52:06 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3397.  
  3398.     * vc.el, vc-hooks.el: the macro vc-error-occurred has to move from
  3399.     vc.el to vc-hooks.el for C-x C-f of a nonexistent file to work.
  3400.  
  3401. Tue Mar 16 03:40:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3402.  
  3403.     * calendar.el (calendar-time-zone): Initialize this when
  3404.     calendar.el loads, not in the defvar.
  3405.  
  3406. Mon Mar 15 01:01:29 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3407.  
  3408.     * register.el (view-register): Neglect not to avoid failing to
  3409.     properly display all the possible sorts of things one might find
  3410.     in a buffer.
  3411.  
  3412.     Make frame configurations start with a distinctive symbol.
  3413.     * frame.el (current-frame-configuration): Return a list as before,
  3414.     but starting with `frame-configuration'.
  3415.     (set-frame-configuration): Check that CONFIGURATION is a list
  3416.     starting with `frame-configuration', strip it off, and do as before.
  3417.     (frame-configuration-p): New function.
  3418.     * register.el (jump-to-register): Use frame-configuration-p,
  3419.     instead of catching an error in set-frame-configuration.  Really now.
  3420.  
  3421.     * indent.el (indent-region, indent-region-function): Doc fix.
  3422.  
  3423.     * indent.el (indent-line-function): Doc fix.
  3424.  
  3425. Sun Mar 14 23:43:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3426.  
  3427.     * sort.el (sort-float-fields, sort-numeric-fields): Use
  3428.     string-to-number, not string-to-float or string-to-int.
  3429.  
  3430.     * sort.el (sort-float-fields): Make this autoloaded.
  3431.  
  3432.     * sort.el (sort-numeric-fields): Doc fix.
  3433.  
  3434. Sun Mar 14 00:51:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3435.  
  3436.     * lselect.el, select.el: New files.
  3437.  
  3438.     * term/x-win.el: Require select.el.
  3439.     (x-select-text): Update call to x-set-cut-buffer.
  3440.     Put `PRIMARY' and `CLIPBOARD' in upper case.
  3441.     (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
  3442.  
  3443.     * lucid.el, lmenu.el, levents.el: New files.
  3444.     Much of lmenu.el comes from Lucid.
  3445.  
  3446. Sat Mar 13 16:45:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3447.  
  3448.     * rmailsum.el (rmail-summary-next-msg): Call display-buffer.
  3449.     (rmail-summary-previous-all, rmail-summary-next-all): Likewise.
  3450.     (rmail-summary-rmail-update): Do nothing if rmail buffer not visible.
  3451.     (rmail-summary-mode-map): Don't bind C-n, C-p.  Use ordinary move cmds.
  3452.  
  3453. Fri Mar 12 19:53:22 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3454.  
  3455.     * term/x-win.el: Added library headers.
  3456.  
  3457. Fri Mar 12 14:53:51 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3458.  
  3459.     * loaddefs.el (global-map): Fixed a typo in the binding of
  3460.     [kp-backtab].
  3461.  
  3462.     * term/x-win.el: Added library headers back in. Didn't touch
  3463.     any key bindings or code, and won't without making sure there
  3464.     won't be any repeat of the bad-patch brouhaha.
  3465.  
  3466. Thu Mar 11 18:50:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3467.  
  3468.     * term/x-win.el: Cancel previous change, since it discarded
  3469.     earlier necessary changes.
  3470.  
  3471. Thu Mar 11 13:45:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3472.  
  3473.     * term/x-win.el: Cancel previous change, since it discarded
  3474.     earlier necessary changes.
  3475.  
  3476. Thu Mar 11 09:00:25 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3477.  
  3478.     * term/vt100.el:
  3479.     Added headers, commented out code the duplicates startup effects.
  3480.  
  3481.     * term/x-win.el: Added headers, removed function bindings.
  3482.  
  3483.     * term/wyse50.el: Added headers, changed some keycap names.
  3484.  
  3485.     * term/tvi970.el: Added headers, changes some keycap names.
  3486.  
  3487.     * term/sun.el: Added headers, removed function-key bindings.
  3488.  
  3489.     * term/news.el: Added headers, changed a few cookie names.
  3490.  
  3491.     * term/keyswap.el: Initial revision
  3492.  
  3493. Thu Mar 11 07:01:17 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  3494.  
  3495.     * term/x-win.el: Disable suspending under X windows by setting
  3496.     suspend-hooks, not suspend-hook.  The latter is an obsolete name.
  3497.     Use add-hook instead of setting suspend-hooks directly.
  3498.  
  3499. Thu Mar 11 03:00:19 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3500.  
  3501.     A boatload of changes to terminal support and terminal capability
  3502.     initialization that make it a lot smarter, with a more uniform
  3503.     and featureful interface across many different keyboard types.
  3504.  
  3505.     * term.c (fkey_table): has been expanded to handle the entire
  3506.       intersection of the capability sets defined by X keysyms and
  3507.       terminfo.  That is, every keysym for which there is a natural
  3508.       equivalent in terminfo is now bound to that by the startup code.
  3509.  
  3510.     * loaddefs.el (global-map): Natural default keybindings set up for
  3511.       almost all supported keysyms other than function keys.  All
  3512.       other keysyms are now default-bound to a function which explains
  3513.       that the key is not bound to anything, then raises an error.
  3514.  
  3515.     * term/READ.ME: terminal package conventions and standard keysym
  3516.       cookies are now documented here.
  3517.  
  3518.     * term/AT386.el: new package installed.  Handles IBM-AT style
  3519.       console keyboards with style and flair.
  3520.  
  3521.     * term/new-at386.el: removed, it was obsolescent.
  3522.  
  3523.     * term/apollo.el: nuked and linked to vt100.el.  All it formerly
  3524.       did was load vt100.el.
  3525.  
  3526.     * term/bobcat.el: copied and linked to `keyswap.el'.
  3527.  
  3528.     * term/keyswap.el: the old bobcat.el with headers and docs.  This
  3529.       is available for other terminal packages to call.
  3530.  
  3531.     * term/news.el: cleaned up, headers added.
  3532.  
  3533.     * term/sun.el: headers added, [again] changed to [redo].  This
  3534.       package is a hairball and should probably be scrapped if we
  3535.       can find or built abetter one.
  3536.  
  3537.     * term/tvi970.el: headers added, [enter] changed to [kp-enter].
  3538.  
  3539.     * term/vt100.el: headers added, cleanup, explicit function-key
  3540.       enable is no longer necessary.
  3541.  
  3542.     * term/vt200.el: nuked.  It's now a link to vt100.el.  This is possible
  3543.       because all the things handled differently on the vt200 are
  3544.       mined out of termcap by 19's initialization before either
  3545.       package is loaded.
  3546.  
  3547.     * term/wyse50.el: cleaned up, headers added, various cookie names
  3548.       changed, function bindings removed.
  3549.  
  3550.     * term/x-win.el: cleaned up, headers added.  Some bindings of keycap
  3551.       cookies to functions were removed; all that stuff is handled
  3552.       terminal-independently in loaddefs now.
  3553.  
  3554.         Other changes:
  3555.  
  3556.     * help.el: added binding and menu line for new `P' package-finder
  3557.     command.  Won't actually take effect till the next Emacs build.
  3558.  
  3559.     * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug
  3560.     introduced into VC by a bad patch.  This was one for the
  3561.     books....badly corrupted vc-checkin code somehow mostly functioned
  3562.     for three days.  The Code That Would Not Die...
  3563.  
  3564. Thu Mar 11 02:01:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3565.  
  3566.     * startup.el (command-line-1): Fix copyright year.
  3567.  
  3568. Wed Mar 10 12:59:06 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3569.  
  3570.         * diary-insert.el (insert-anniversary-diary-entry,
  3571.         insert-block-diary-entry): Fix calendar-date-display-form used.
  3572.  
  3573. Wed Mar 10 12:06:52 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3574.  
  3575.     * files.el (basic-save-buffer): If file-precious-flag is set, and
  3576.     we write the buffer to a temp file and then rename it, don't
  3577.     neglect to set the new file's modes properly.
  3578.  
  3579. Wed Mar 10 06:31:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3580.  
  3581.     * term/x-win.el (function-key-map):
  3582.     Map key symbols backspace, return... into ASCII chars.
  3583.     Likewise their Meta versions.
  3584.     Also add `ascii-character' properties.
  3585.  
  3586. Tue Mar  9 17:58:31 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3587.  
  3588.     * term/at386.el:  Removed.  The new terminal initialization stuff
  3589.       makes it superfluous.  I wrote it, so I should know. :-)
  3590.  
  3591.     * vc.el: Installed version 5, the new baseline.  This version
  3592.       merges my changes with Paul Eggert's.
  3593.  
  3594. Tue Mar  9 00:36:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3595.  
  3596.     * timer.el (run-at-time): Allow an integer as TIME.
  3597.     (cancel-timer): New function.
  3598.  
  3599.     * c-mode.el (c-beginning-of-statement): If next to a comment,
  3600.     use sentence motion.
  3601.  
  3602.     * map-ynp.el (map-y-or-n-p): Use query-replace-map.
  3603.  
  3604.     * replace.el (query-replace-map): New keymap.
  3605.     (perform-replace): Use query-replace-map.
  3606.     (query-replace, query-replace-regexp, map-query-replace-regexp):
  3607.     (replace-string, replace-regexp): Don't print `done' if unread chars.
  3608.  
  3609.     * help.el (command-apropos): Print echo area message iff found symbols.
  3610.  
  3611.     * rmailsum.el (rmail-update-summary): New function.
  3612.     (rmail-new-summary): New arg redo-form.  Considerable rewrite
  3613.     of how and when buffers are selected.
  3614.     (rmail-summary-mode): New local vars rmail-summary-redo,
  3615.     revert-buffer-function, post-command-hook, rmail-current-message.
  3616.     (rmail-summary-expunge): Use rmail-update-summary.
  3617.     (rmail-summary-get-new-mail): Likewise.
  3618.     (rmail-summary-expunge-and-save): Likewise.
  3619.     (rmail-summary-input): Don't update summary at all.
  3620.     (rmail-summary-reply): Do the work inside save-window-excursion,
  3621.     then switch to the mail buffer.
  3622.     (rmail-summary-retry-failure): Likewise.
  3623.     (rmail-summary-edit-current-message): Delete spurious autoload.
  3624.     (rmail-summary-summary): Function deleted.
  3625.     Use plain rmail-summary on h and C-M-h.
  3626.     (rmail-summary-rmail-update): New function.
  3627.  
  3628.     * rmail.el (rmail-delete-forward): Go to summary buf to change D mark.
  3629.     Always do the motion in the rmail buffer; let that handle summary.
  3630.     (rmail-undelete-previous-message): Likewise.
  3631.     (rmail-select-summary): New macro.
  3632.     (rmail-show-message): Use rmail-select-summary.
  3633.     (rmail-get-new-mail): Likewise.
  3634.     (rmail-expunge): Likewise.
  3635.  
  3636.     * pending-del.el: New file.
  3637.  
  3638. Mon Mar  8 01:39:42 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3639.  
  3640.     * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window):
  3641.     (event-end, event-start, mouse-movement-p): Moved from mouse.el.
  3642.     * mouse.el: Functions moved to subr.el.
  3643.  
  3644. Sun Mar  7 15:12:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3645.  
  3646.     * subr.el (event-basic-type): New function.
  3647.  
  3648.     * isearch.el: Renamed from isearch-mode.el.
  3649.  
  3650.     * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence.
  3651.     (isearch-unread): Don't call it here.
  3652.     (isearch-mode-map): Bind the ASCII-equivalent function keys.
  3653.  
  3654. Sun Mar  7 18:20:54 1993  Paul Eggert  (eggert@twinsun.com)
  3655.  
  3656.     * vc.el (vc-update-change-log): Check that ChangeLog is writable
  3657.     before starting the expensive rcs2log process.
  3658.     Use call-process instead of shell-command to invoke rcs2log;
  3659.     this avoids undesired shell escapes and is more robust about errors.
  3660.     Put mark at point-min, so that the new insertion is in the region.
  3661.     (vc-checkin-hook): Fix `runs-hooks' typo.
  3662.     (vc-checkout-writeable-buffer-hook): New var.
  3663.     (vc-next-action): Fix bug: initial checkin was botched when C-x v v
  3664.     was applied to a new file while vc-initial-comment was non-nil.
  3665.     (vc-register): Don't barf when registering a new, empty buffer.
  3666.     (vc-directory): The `No files are currently registered'
  3667.     message was wrongly worded, because sometimes the message talks
  3668.     about locked files, not registered files.
  3669.     (vc-file-tree-walk): Change (apply 'funcall ...) to (apply
  3670.     ...), since the 'funcall is redundant.
  3671.     When traversing a directory tree, message
  3672.     "Traversing directory XXX" so that the user can see what progress is
  3673.     being made.  Traversal can take a long time.  Omit first argument,
  3674.     since it is always the current directory.  All callers changed.
  3675.     (vc-file-tree-walk-internal): New function.
  3676.     (vc-do-command, vc-diff, vc-version-diff, vc-backend-diff):
  3677.     Remove redundant calls to `format'.
  3678.     (vc-diff): Remove unused variable `old'.
  3679.     (vc-version-diff): When recursively generating a difference
  3680.     listing, don't append the latest output unless diff was actually run;
  3681.     otherwise, you'll get the output from the previous file by mistake.
  3682.  
  3683. Sun Mar  7 04:22:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3684.  
  3685.     * term/x-win.el (function-key-map):
  3686.     Map key symbols backspace, return... into ASCII chars.
  3687.  
  3688. Sun Mar  7 02:34:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3689.  
  3690.     * isearch-mode.el (isearch-mode): Don't make a pre-command-hook.
  3691.  
  3692.     * vc.el (vc-revert-buffer1): Use mark-marker; don't alter mark-active.
  3693.  
  3694.     * subr.el (event-modifiers): New function.
  3695.     (eventp): New function.
  3696.  
  3697. Sat Mar  6 00:12:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3698.  
  3699.     * isearch-mode.el (isearch-unread): Find last list element by hand.
  3700.  
  3701.     * info.el (Info-forward-node): Properly go to first menu item.
  3702.     (Info-insert-dir): Bind temp wider, around use.
  3703.  
  3704.     * term/x-win.el (function-key-map):
  3705.     Map key symbols backspace, return... into ASCII chars.
  3706.     Likewise their Meta versions.
  3707.     Also add `ascii-character' properties.
  3708.  
  3709.     * simple.el (set-mark): Activate the mark.
  3710.     (mark): Handle region-active.  New optional arg FORCE.
  3711.     (exchange-point-and-mark, push_mark): Pass FORCE.
  3712.     (set-mark-command): Likewise.
  3713.  
  3714.     * terminal.el (te-escape-extended-command-unread): Handle any key seq.
  3715.  
  3716.     * emerge.el (emerge-show-file-name): Handle any kind of event.
  3717.  
  3718.     * fortran.el (fortran-abbrev-start): Handle any kind of event.
  3719.     (fortran-window-create-momentarily): Likewise.
  3720.  
  3721.     * ehelp.el (electric-help-command-loop): Handle any kind of event.
  3722.  
  3723.     * ebuff-menu.el (electric-buffer-list): Handle any kind of event.
  3724.     (Electric-buffer-menu-exit): Handle any key sequence.
  3725.  
  3726.     * info.el (Info-summary): Handle any event
  3727.     when flushing the display.
  3728.  
  3729.     * simula.el (simula-electric-label): Handle any event
  3730.     when flushing the display.
  3731.  
  3732.     * subr.el (momentary-string-display): Handle any event
  3733.     when flushing the display.
  3734.  
  3735.     * comint.el (comint-dynamic-list-completions): Handle any event
  3736.     when flushing the display.
  3737.  
  3738.     * subr.el (listify-key-sequence): New function.
  3739.     * simple.el (prefix-arg-internal): Use listify-key-sequence.
  3740.  
  3741.     * isearch-mode.el (isearch-unread): Handle multiple args.
  3742.     For Emacs 19, use listify-key-sequence.
  3743.     If not Emacs 19, assume they are a meta sequence.
  3744.     (isearch-other-meta-char): Pass the whole key sequence.
  3745.     (isearch-other-control-char): Make this alias for ...-meta-char.
  3746.  
  3747.     * rmail.el (rmail-bury): Record Rmail buffer to bury it later.
  3748.  
  3749. Fri Mar  5 15:34:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3750.  
  3751.     * disp-table.el: Add autoload comments.
  3752.     (rope-to-vector): Deleted.
  3753.     (describe-display-table): Don't use rope-to-vector.
  3754.  
  3755.     * compare-w.el (compare-windows): Use compare-buffer-substrings.
  3756.  
  3757. Fri Mar  5 11:33:59 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3758.  
  3759.     * term/x-win.el: Disable suspending under X windows by setting
  3760.     suspend-hooks, not suspend-hook.  The latter is an obsolete name.
  3761.     Use add-hook instead of setting suspend-hooks directly.
  3762.  
  3763.     * bytecomp.el: Declare suspend-hook to be an obsolete variable.
  3764.  
  3765. Fri Mar  5 09:37:35 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3766.  
  3767.         * calendar.el (hebrew-calendar-yahrzeit): Change reference to
  3768.         nonexistent function last-month-of-hebrew-year to the correct
  3769.         function hebrew-calendar-last-month-of-year.
  3770.  
  3771.         * cal-mayan.el (calendar-mayan-haab-on-or-before,
  3772.         calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
  3773.  
  3774.     * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
  3775.     defun.
  3776.  
  3777. Thu Mar  4 12:31:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3778.  
  3779.     * simple.el (kill-ring-save): Doc fix.
  3780.  
  3781.     * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
  3782.     suspend-hook.
  3783.  
  3784.     * resume.el: Doc fix.
  3785.  
  3786.     * simple.el (yank, yank-pop): Always return nil; don't rely on
  3787.     exchange-point-and-mark to return nil.
  3788.     * fill.el (justify-current-line): Return nil, to be sure to
  3789.     conform with documentation.
  3790.  
  3791. Wed Mar  3 00:11:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3792.  
  3793.     * files.el (write-file): Handle directory name as arg.
  3794.  
  3795.     * rmail.el: Major changes from Bob Weiner <weiner@pts.mot.com>
  3796.     Handle some Emacs 18 function names to run in 18.
  3797.     This is to facilitate working with Weiner.
  3798.     (rmail-reply-prefix): New variable.
  3799.     (rmail-reply): Use that variable to add to subject.
  3800.     (rmail-retry-failure): Change binding to M-m.
  3801.     (rmail-forward): Look for >From as well as for From.
  3802.     Handle case where neither is found.
  3803.     (rmail-last-regexp): New variable.
  3804.     (rmail-mode): Make rmail-last-regexp local.
  3805.     (rmail): Don't update rmail-mode data for old buffer
  3806.     if it's not in rmail mode.
  3807.     Error if in Rmail Edit mode.
  3808.     (rmail-bury): New command, plus key binding.
  3809.     (rmail-summary-by-topic): New key binding.
  3810.     (rmail-insert-inbox-text): Check for pop case earlier.
  3811.     (rmail-convert-to-babyl-format): Handle Content-Length field.
  3812.     (rmail-maybe-display-summary): New function.
  3813.     (rmail-redisplay-summary): New user option.
  3814.     (rmail-undelete-previous-message, rmail-delete-forward):
  3815.     (rmail-get-new-mail, rmail-show-message): Update summary buffer if any.
  3816.     Call rmail-maybe-display-summary to put it back on screen.
  3817.     (rmail-only-expunge): Renamed from rmail-expunge.
  3818.     (rmail-expunge): New function.
  3819.     (rmail-message-recipients-p, rmail-message-regexp-p): New functions.
  3820.     (rmail-summary-exists, rmail-summary-displayed): New functions.
  3821.  
  3822. Tue Mar  2 13:38:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3823.  
  3824.     * cl.el (defsetf): Use eval-and-compile for self-update-fn.
  3825.  
  3826.     * add-log.el (add-change-log-entry): Never move past second hdr line.
  3827.  
  3828. Tue Mar  2 07:35:52 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  3829.  
  3830.     * term/x-win.el (x-switch-definitions): Use the proper names for
  3831.     the scroll bar parameters.
  3832.  
  3833.     Use the term `scroll bar', instead of `scrollbar'.
  3834.     * term/x-win.el, frame.el, mouse.el: Terminology changed.
  3835.     * scrollbar.el: Renamed to scroll-bar.el.
  3836.  
  3837.     * term/x-win.el: Require `scroll-bar', not `scrollbar'.
  3838.  
  3839. Tue Mar  2 00:25:09 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3840.  
  3841.     * frame.el (new-frame): Doc fix.
  3842.  
  3843.     * info.el (Info-directory-list): Doc fix; it is set according to
  3844.     INFOPATH, not INFODIR.
  3845.  
  3846.     * info.el (Info-find-node): Don't try to set the info buffer's
  3847.     directory according to Info-directory; that variable doesn't exist
  3848.     any more.  Instead, let Info-insert-dir set the current directory.
  3849.     (Info-insert-dir): Properly check for upper- and lower-case forms
  3850.     of "dir", with and without ".info" extension.  Set the buffer's
  3851.     default-directory to the directory containing the first dir file
  3852.     we find, and cache it in Info-dir-contents-directory.
  3853.     (Info-dir-contents-directory): New variable, to cache the
  3854.     directory we decided to use as the merged directory's
  3855.     default-directory.
  3856.  
  3857.     * term/x-win.el (x-switch-definitions): Use the proper names for
  3858.     the scroll bar parameters.
  3859.  
  3860. Mon Mar  1 04:04:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3861.  
  3862.     * frame.el: Doc fixes.
  3863.     (set-pointer-color): Renamed to set-mouse-color.
  3864.     (set-border-color): New function.
  3865.  
  3866.     * info.el (Info-insert-dir): Make menu items in Top node
  3867.     pointing each of the other nodes.
  3868.  
  3869.     * rmail.el (rmail-get-new-mail): Reset read-only after find-file.
  3870.  
  3871. Mon Mar  1 00:18:31 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3872.  
  3873.     * simple.el (kill-region): If the buffer is read-only, call
  3874.     `barf-if-buffer-read-only' instead of just `ding', to get the
  3875.     appropriate error condition and message.
  3876.  
  3877.     * hexl.el (hexl-mode-map): When initializing, remember that the
  3878.     argument to key-binding is a key sequence, not a single key.
  3879.  
  3880.     * mouse.el (mouse-split-window-vertically): If the user clicks too
  3881.     close to the top or bottom of a window, split at the closest
  3882.     reasonable line.  Give a helpful error message if the window is
  3883.     too small to be split anywhere.
  3884.     (mouse-split-window-horizontally): Similar changes.
  3885.  
  3886. Sun Feb 28 01:27:39 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3887.  
  3888.     * simple.el (insert-buffer): Make sure this returns nil.
  3889.  
  3890.     * simple.el (quoted-insert): Use insert-char, instead of writing
  3891.     out the loop.
  3892.  
  3893.     * etags.el (find-tag-other-window): If another window is already
  3894.     displaying the tag's buffer, explicitly set that window's point to
  3895.     the tag's position.
  3896.  
  3897.     Use the term `scroll bar', instead of `scrollbar'.
  3898.     * term/x-win.el, frame.el, mouse.el: Terminology changed.
  3899.     * scrollbar.el: Renamed to scroll-bar.el.
  3900.  
  3901. Fri Feb 26 15:48:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3902.  
  3903.     * frame.el (auto-raise-mode): Renamed from toggle-auto-raise.
  3904.     (auto-lower-mode): Renamed from toggle-auto-lower.
  3905.  
  3906. Fri Feb 26 02:22:26 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3907.  
  3908.     * timer.el (run-at-time): Doc fix.
  3909.  
  3910.     * autoload.el (generate-file-autoloads): Add another
  3911.     save-excursion so that point is before the generated autoloads
  3912.     after we scan the file.
  3913.  
  3914. Thu Feb 25 01:38:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3915.  
  3916.     * add-log.el (add-change-log-entry): Find end of first paragraph
  3917.     from after the header line.
  3918.  
  3919.     * subr.el (walk-windows): Doc fix.
  3920.  
  3921.     * register.el (point-to-register): Make arg ARG optional.
  3922.     (window-configuration-to-register): Likewise.
  3923.     (frame-configuration-to-register): Likewise.
  3924.  
  3925. Wed Feb 24 19:36:06 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3926.  
  3927.     * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
  3928.     functions to scrolbar.el.
  3929.     * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are.
  3930.     Make scroll-bar-mode set the {vertical,horizontal}-scrollbars
  3931.     parameters in default-frame-alist, and modify all extant screens
  3932.     using the correct parameter names.
  3933.  
  3934. Wed Feb 24 13:03:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3935.  
  3936.     * vc-hooks.el (vc-find-file-hook): Discard vc status of file
  3937.     if we will actually have to create the buffer.
  3938.  
  3939. Mon Feb 22 03:18:59 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3940.  
  3941.     * gud.el (gud-break): With a prefix argument, set a temporary
  3942.     breakpoint.
  3943.     (gud-apply-from-source): New argument ARGS, to pass to FUNC.  Now
  3944.     it's really like `apply'.
  3945.     (gud-set-break): Add another argument to this method.
  3946.     Document it in the section describing how the methods are supposed
  3947.     to be used.
  3948.     (gud-gdb-set-break): New argument TEMP; if non-nil, set a
  3949.     temporary breakpoint.
  3950.     (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP.  Ignore
  3951.     it, since I don't know how to set a temporary breakpoint in these
  3952.     debuggers.
  3953.  
  3954.     * subr.el (string-to-int): Make this an alias for
  3955.     string-to-number.
  3956.  
  3957. Sun Feb 21 17:16:50 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3958.  
  3959.     * two-column.el: Add autoloads for the functions defined in
  3960.     tc-mode-map.
  3961.  
  3962. Sun Feb 21 01:28:49 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3963.  
  3964.     * info.el (Info-insert-dir): New function.
  3965.     (Info-find-node): Use Info-insert-dir to visit dir file.
  3966.  
  3967.     * mlsupport.el (esc-map, ctl-x-map): Define as functions.
  3968.  
  3969. Sat Feb 20 01:22:56 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3970.  
  3971.     * apropos.el (super-apropos-check-doc-file):
  3972.     Look for DOC file in proper directory.
  3973.  
  3974.     * files.el (insert-directory): Doc fix.
  3975.  
  3976. Fri Feb 19 00:05:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3977.  
  3978.     * help.el (describe-function):
  3979.     Print the arglist if the function is bytecode or a list.
  3980.  
  3981. Wed Feb 17 21:23:39 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3982.  
  3983.     * files.el (revert-buffer): Reverse the sense of the first
  3984.     argument, but leave interactive usage the same.
  3985.     * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly
  3986.     appropriate arguments.  This seems to be the only file which was
  3987.     adjusted for the new meaning of the revert-buffer arguments.
  3988.  
  3989. Wed Feb 17 16:30:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3990.  
  3991.     * autoload.el (generate-file-autoloads):
  3992.     If no buffer was visiting FILE when we started,
  3993.     kill the buffer we create.
  3994.  
  3995. Wed Feb 17 15:31:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3996.  
  3997.     * isearch-mode.el (isearch-backward-regexp):
  3998.     New arg no-recursive-edit, always non-nil for interactive call.
  3999.     Rename first arg, and set it right in interactive call.
  4000.     (isearch-forward-regexp): Likewise.
  4001.     (isearch-forward, isearch-backward): Likewise no-recursive-edit.
  4002.  
  4003. Tue Feb 16 01:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4004.  
  4005.     * frame.el (frame-initialize): Fix error syntax.
  4006.     (toggle-horizontal-scroll-bar): Likewise.
  4007.     (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar
  4008.     (toggle-vertical-scroll-bar): Likewise.
  4009.     (toggle-auto-lower, toggle-auto-raise): Likewise.
  4010.     (set-foreground-color, set-background-color):
  4011.     Renamed from set-frame-{fore,back}ground.
  4012.  
  4013. Mon Feb 15 19:22:00 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4014.  
  4015.     * informat.el (Info-tagify): Change the regular expression which
  4016.     recognizes node names to work properly with Emacs 19's regexp
  4017.     semantics.
  4018.  
  4019. Mon Feb 15 02:42:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4020.  
  4021.     * files.el (find-file-hooks): Delete permanent-local property.
  4022.     (find-file-not-found-hooks): Likewise.
  4023.  
  4024.     * bytecomp.el (byte-compile-lambda):
  4025.     Test of byte-compile-compatibility was backwards.
  4026.  
  4027. Fri Feb 12 17:16:14 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4028.  
  4029.     * gosmacs.el: Bind M-h to delete-previous-word, not
  4030.     backward-kill-word; the latter has different prefix semantics.
  4031.  
  4032.     * frame.el: Clean up initialization code.
  4033.     (initial-frame-alist): Doc fix.
  4034.     (minibuffer-frame-alist): New default value, with a reasonable height.
  4035.     (filtered-frame-list, minibuffer-frame-list): New functions.
  4036.     (frame-initialize): Use minibuffer-frame-list, instead of writing
  4037.     it out.
  4038.     (frame-notice-user-settings): Thoroughly rearranged.
  4039.     Notice changes to default-frame-alist as well as initial-frame-alist.
  4040.     Properly handle requests to make the initial frame into a
  4041.     minibufferless or minibuffer-only frame.
  4042.     Create a minibuffer-only frame if the initial frame should lack a
  4043.     minibuffer and there are no other minibuffer frames created by the
  4044.     user's initialization file.
  4045.     Fix any frames using the initial frame as a surrogate minibuffer
  4046.     frame.
  4047.     Restore the current buffer after creating and deleting all these
  4048.     frames.
  4049.  
  4050.     * frame.el (set-default-font, set-frame-background,
  4051.     set-frame-foreground, set-cursor-color, set-pointer-color,
  4052.     set-auto-raise, set-auto-lower, set-vertical-bar,
  4053.     set-horizontal-bar): Give these docstrings.
  4054.     (set-auto-raise, set-auto-lower, set-vertical-bar,
  4055.     set-horizontal-bar): Make these toggle or look at the prefix
  4056.     argument, like minor modes.
  4057.     
  4058.     * frame.el (set-vertical-bar): Use the proper parameter symbol.
  4059.     (set-horizontal-bar): Signal an error indicating that horizontal
  4060.     scrollbars are not implemented.
  4061.  
  4062.     * lisp-mode.el (lisp-fill-paragraph): New function.
  4063.     (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
  4064.  
  4065. Thu Feb 11 18:31:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4066.  
  4067.     * flow-ctrl.el (enable-flow-control...): Renamed from evade...
  4068.     (enable-flow-control): Add autoload.
  4069.  
  4070. Wed Feb 10 01:45:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4071.  
  4072.     * gosmacs.el (set-gosmacs-bindings): Fix binding of \eh.
  4073.  
  4074. Wed Feb 10 01:16:56 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4075.  
  4076.     * gosmacs.el: Require 'mlsupport, to get definition of
  4077.     backward-kill-word.
  4078.  
  4079. Wed Feb 10 00:11:57 1993  Stephen A. Wood  (saw@cebaf.gov)
  4080.  
  4081.     * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
  4082.     front of first argument to `insert-abbrev-table-description'.
  4083.  
  4084.     * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour
  4085.     when in first statement of a buffer.
  4086.  
  4087. Mon Feb  8 17:25:34 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4088.  
  4089.     * add-log.el (add-change-log-entry): Undo Jan 25 change.  It worked
  4090.     for buffers in indented-text-mode, but lost for change-log-mode,
  4091.     which is what matters.
  4092.  
  4093. Mon Feb  8 15:32:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4094.  
  4095.     * compile.el (compilation-forget-errors): Just set
  4096.     compilation-directory-stack to nil; no need to loop through it.
  4097.     (next-error): For a non-numeric prefix arg, pass nil for
  4098.     compile-reinitialize-errors's FIND-AT-LEAST arg.
  4099.     (next-error): When getting marker for error source location, be
  4100.     sure to examine buffer local value of compilation-old-error-list
  4101.     before switching to source file buffer.
  4102.  
  4103. Mon Feb  8 12:03:00 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4104.  
  4105.     * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse
  4106.     the order of the arguments and make COUNT optional, for backward
  4107.     compatibility's sake.
  4108.  
  4109.     * cl.el (cl-version): Mark as no longer in beta test.
  4110.  
  4111. Sun Feb  7 21:36:06 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4112.  
  4113.     * subr.el (mod): Add back this alias for %.
  4114.  
  4115. Sun Feb  7 00:50:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4116.  
  4117.     * sort.el (sort-build-lists): Record the key as pair of positions;
  4118.     don't copy string from buffer.
  4119.     (sort-subr): Use compare-buffer-substrings.
  4120.  
  4121. Sat Feb  6 20:11:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4122.  
  4123.     * sendmail.el (mail-setup): Use fill-region-as-paragraph
  4124.     for To field; handle the CC just like the To.
  4125.  
  4126.     * rmailsum.el: Big rewrite from weiner@pts.mot.com.
  4127.  
  4128. Fri Feb  5 13:28:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4129.  
  4130.     * comint.el (make-comint): Added docstring.
  4131.  
  4132. Fri Feb  5 12:41:42 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4133.  
  4134.     * simple.el: Restore nuked information in minibuffer history bindings.
  4135.     Use intelligent method of disabling completion-oriented bindings.
  4136.  
  4137. Thu Feb  4 21:05:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4138.  
  4139.     * simple.el: Once again, go back to ordinary next-history-element
  4140.     for M-n in minibuf, even for completion.
  4141.  
  4142. Tue Feb  2 15:22:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4143.  
  4144.     * sort.el (sort-subr): Doc fixes.
  4145.  
  4146.     * sendmail.el (mail-do-fcc): Allow dash in timezone name.
  4147.  
  4148. Mon Feb  1 17:18:22 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4149.  
  4150.     * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and
  4151.     set it according to texinfo-chapter-level-regexp.
  4152.  
  4153.     * simple.el (kill-region): If the buffer is read-only, do beep,
  4154.     but also put the region in the kill ring.  Doc fix.
  4155.  
  4156. Sun Jan 31 15:48:19 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4157.  
  4158.     * mailabbrev.el (mail-abbrev-end-of-buffer):
  4159.     Changed interactive spec from "P" to "p".
  4160.  
  4161. Fri Jan 29 22:42:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4162.  
  4163.     * cmacexp.el (c-macro-expand): Use expanded name to write or delete.
  4164.     Send two eofs.
  4165.  
  4166. Thu Jan 28 15:22:10 1993  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4167.  
  4168.     * simple.el (next-complete-history-element): Restore point after
  4169.     replacing the buffer text with the appropriate history element.
  4170.  
  4171. Thu Jan 28 01:14:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4172.  
  4173.     * simple.el: Don't use the completion-oriented history commands.
  4174.     * paths.el (sendmail-program): Try /usr/ucblib/sendmail.
  4175.  
  4176. Tue Jan 26 01:26:58 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  4177.  
  4178.     * term/x-win.el: x-selection-value has been renamed to x-selection.
  4179.     x-own-selection has been renamed to x-set-selection, and the order
  4180.     of its arguments has been reversed, for consistency with other
  4181.     lisp functions like put and aset.
  4182.     * term/x-win.el (x-select-text): Adjusted.
  4183.     (x-cut-buffer-or-selection-value): Check the primary selection,
  4184.     using x-selection, instead of checking the cut buffer again.
  4185.  
  4186.     * term/x-win.el: Doc fix.
  4187.  
  4188. Mon Jan 25 12:08:05 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4189.  
  4190.     * frame.el (frame-notice-user-settings): Use new name
  4191.     frame-live-p, instead of live-frame-p.
  4192.  
  4193.     x-selection-value has been renamed to x-selection.
  4194.     x-own-selection has been renamed to x-set-selection, and the order
  4195.     of its arguments has been reversed, for consistency with other
  4196.     lisp functions like put and aset.
  4197.     * term/x-win.el (x-select-text): Adjusted.
  4198.     (x-cut-buffer-or-selection-value): Check the primary selection,
  4199.     using x-selection, instead of checking the cut buffer again.
  4200.  
  4201.     * disass.el (disassemble): Add autoload cookie for this.
  4202.     * bytecomp.el (byte-decompile-bytecode): Add an autoload for this.
  4203.  
  4204.     compiled-function-p has been renamed to byte-code-function-p.
  4205.     * subr.el: Define compiled-function-p as an alias for it.
  4206.     * bytecomp.el: Register compiled-function-p as obsolete.
  4207.     * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
  4208.     uses.
  4209.  
  4210.     * subr.el (numberp): Remove fset which made this an alias for
  4211.     integerp; now numberp also recognizes floats.
  4212.  
  4213. Mon Jan 25 12:04:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4214.  
  4215.     * etags.el (tags-query-replace): C-t.
  4216.  
  4217.     * add-log.el (add-change-log-entry): Restrict PARAGRAPH-END to
  4218.     being on the first page.
  4219.  
  4220.     * simple.el (next-complete-history-element): Use only buffer
  4221.     contents before point to match history elements.
  4222.  
  4223. Sun Jan 25 19:45:01 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4224.  
  4225.     * simple.el ({next,previous}-complete-history-element): New functions.
  4226.     Bind them to M-n/M-p and next/prior in minibuffer completion maps.
  4227.  
  4228. Sun Jan 24 16:14:04 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4229.  
  4230.     unread-command-event has been replaced by unread-command-events.
  4231.     * simple.el (prefix-arg-internal): Use this to push back all
  4232.     key sequences for processing by the main command loop, instead of
  4233.     trying to simulate its behavior ourselves.
  4234.     * bytecomp.el: Document unread-command-event as an obsolete
  4235.     variable, although nothing but the GNU Emacs 19 sources use it.
  4236.     Adjust obsolescence message for unread-command-char.
  4237.     * comint.el (comint-dynamic-list-completions): Change uses of
  4238.     unread-command-event to work with unread-command-events.
  4239.     * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
  4240.     Same.
  4241.     * edebug.el (edebug-outside-excursion): Same.
  4242.     * ehelp.el (electric-help-command-loop): Same.
  4243.     * electric.el (Electric-command-loop): Same.
  4244.     * emerge.el (emerge-show-file-name): Same.
  4245.     * fortran.el (fortran-abbrev-start,
  4246.     fortran-window-create-momentarily): Same.
  4247.     * gnus.el (gnus-Subject-next-article): Same.
  4248.     * info.el (Info-summary): Same.
  4249.     * isearch-mode.el (isearch-update, isearch-unread): Same.
  4250.     * map-ynp.el (map-y-or-n-p): Same.
  4251.     * mlsupport.el (push-back-character): Same.
  4252.     * replace.el (perform-replace): Same.
  4253.     * simula.el (simula-electric-label): Same.
  4254.     * subr.el (read-quoted-char, momentary-string-display): Same.
  4255.     * sun-mouse.el (mouse-second-hit): Same.
  4256.     * terminal.el (te-escape-extended-command-unread): Same.
  4257.     * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
  4258.     vip-prefix-arg-com): Same.
  4259.  
  4260.     * simple.el (quoted-insert): Doc fix.
  4261.  
  4262. Sat Jan 23 03:11:03 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4263.  
  4264.     * mouse.el (mouse-save-then-kill): Instead of deleting the text
  4265.     whenever the text of the region happens to be the same as the
  4266.     front of the kill-ring, delete it only when the front of the kill
  4267.     ring is identical to the last text we put there, and point and the
  4268.     mouse click are at the same position.
  4269.  
  4270.     * mouse.el (mouse-save-then-kill): If the undo list is disabled,
  4271.     don't build an undo record.
  4272.  
  4273.     * mouse.el (mouse-save-then-kill): If we're deleting the text,
  4274.     kill from point to the mouse click, not from point to mark; mark
  4275.     and the mouse click may not be the same.  If they're not, this
  4276.     screws up the undo record we create, corrupting the undo list
  4277.     pretty nastily.
  4278.  
  4279. Fri Jan 22 01:00:05 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4280.  
  4281.     * term/x-win.el: Doc fix.
  4282.  
  4283.     * mouse.el (mouse-set-font): Account for the fact that
  4284.     x-popup-menu returns nil if no selection is made.
  4285.  
  4286.     * mouse.el (mouse-buffer-menu, mouse-set-font): Bind these to the
  4287.     down-going events.
  4288.     (mouse-split-window-vertically): Move the binding for this down
  4289.     out of the commented-out scrollbar section, so it is on S-mouse-2
  4290.     on the mode line.
  4291.  
  4292. Thu Jan 21 22:37:11 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4293.  
  4294.     * c-mode.el (c-fill-paragraph): Fix the regular expressions used
  4295.     for finding paragraph beginnings and endings so that they think
  4296.     lines containing only whitespace and asterisks are paragraph
  4297.     separators/starters.
  4298.  
  4299.     * add-log.el (add-change-log-entry): If we've just started a new
  4300.     date, limit the searches to within the current date, not the first
  4301.     paragraph; the latter extends into the previous date.
  4302.  
  4303. Thu Jan 21 17:37:04 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4304.  
  4305.     * etags.el (tags-loop-scan): Set default value to an error form.
  4306.  
  4307.     * etags.el (visit-tags-table-buffer): When propagating a change of
  4308.     name after file-find-noselect, refer to tags-file-name, not the
  4309.     undefined var FILE.
  4310.  
  4311. Wed Jan 20 15:01:27 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4312.  
  4313.     * c-mode.el (c-fill-paragraph): When modifying the
  4314.     paragraph-separate regexp, don't let it match paragraph starts.
  4315.  
  4316. Tue Jan 19 16:05:15 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4317.  
  4318.     * etags.el (visit-tags-table-buffer):
  4319.     Error if called with 'same and no current table.
  4320.  
  4321. Tue Jan 19 15:15:15 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4322.  
  4323.     * mouse.el (event-end): Work on click events, too.
  4324.     (mouse-split-window-vertically): Use event-end and
  4325.     posn-col-row, instead of mouse-coords, which is obsolete.
  4326.  
  4327.     * mouse.el: Comment out the scrollbar commands until we make them work.
  4328.  
  4329.     * mouse.el: Comment out jla's experimental things.  What are these
  4330.     doing in the distribution source anyway?
  4331.  
  4332.     * mouse.el: Bind the help menu to C-down-mouse-2, instead of
  4333.     C-mouse-2; this way, you can use the mouse-up event to make the
  4334.     menu selection.
  4335.     (help-apropos-map, help-keys-map, help-manual-map, help-misc-map,
  4336.     help-modes-map, help-admin-map): Give the menu names for these
  4337.     keymaps using make-sparse-keymap's optional argument, rather than
  4338.     constructing them by hand.
  4339.  
  4340.     * scrollbar.el: (require 'mouse)
  4341.     (scrollbar-set-window-start, scrollbar-scroll-down,
  4342.     scrollbar-scroll-up): Use event-end, from mouse.el.
  4343.  
  4344. Tue Jan 19 15:10:39 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4345.  
  4346.     * x-mouse.el: Deleted; it was the interface to the Emacs 18-style
  4347.     mouse interface, which doesn't exist anymore.
  4348.  
  4349. Fri Jan 15 07:48:49 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4350.  
  4351.     * c-mode.el (c-switch-label-regexp): New constant.
  4352.     (electric-c-terminator, c-indent-line, indent-c-exp): Use it to
  4353.     correctly recognize default labels in switch statements.
  4354.  
  4355. Fri Jan 15 02:00:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4356.  
  4357.     * shell.el (shell): Doc fix.
  4358.  
  4359. Thu Jan 14 16:26:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4360.  
  4361.     * files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer.
  4362.  
  4363. Thu Jan 14 03:35:40 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4364.  
  4365.     * scrollbar.el: New file.
  4366.     * term/x-win.el: Require 'scrollbar.
  4367.  
  4368. Wed Jan 13 10:36:59 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4369.  
  4370.         * solar.el (solar-time-string): Round the time properly.
  4371.  
  4372. Tue Jan 12 20:30:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4373.  
  4374.     * mouse.el (mouse-save-then-kill): When deleting, avoid delay
  4375.     and don't set the mark.  Replace obsolete fn event-point.
  4376.     (mouse-kill): Replace obsolete fn event-point.
  4377.  
  4378. Mon Jan 11 22:15:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4379.  
  4380.     * page-ext.el (next-page): Correctly handle negative page count.
  4381.  
  4382. Mon Jan 11 00:10:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4383.  
  4384.     * simple.el (kill-append): Doc fix.
  4385.  
  4386. Sat Jan  9 23:11:03 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4387.  
  4388.     * frame.el (frame-notice-user-settings): Don't try to delete the
  4389.     initial frame if the user took care of that.
  4390.  
  4391. Sat Jan  9 08:52:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4392.  
  4393.     * rmail.el (mail-unsent-separator): Add `-- begin message --'.
  4394.  
  4395.     * dired.el (dired-regexp-history): New history list.
  4396.     (dired-read-regexp): Use that history list.  Take just one arg.
  4397.     * dired-aux.el (dired-mark-read-regexp): Give dired-read-regexp 1 arg.
  4398.  
  4399. Sat Jan  8 19:01:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4400.  
  4401.     * upd-copyr.el (update-copyright): Doc fix.
  4402.  
  4403. Fri Jan  8 16:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4404.  
  4405.     * add-log.el (add-change-log-entry): Search for existing ChangeLog
  4406.     in parent dir and its parents.
  4407.  
  4408. Fri Jan  8 15:28:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4409.  
  4410.     * timer.el (run-at-time): Use a pipe to talk to the timer process.
  4411.  
  4412. Thu Jan  7 16:27:43 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4413.  
  4414.     * simple.el (set-goal-column): Make this disabled by default.
  4415.  
  4416. Thu Jan  7 05:18:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4417.  
  4418.     * sendmail.el (mail-send):
  4419.     Don't clear modified or delete autosave if visiting a file.
  4420.  
  4421. Tue Jan  5 23:40:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4422.  
  4423.     * hippie.el: New file.
  4424.  
  4425. Mon Jan  4 06:35:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4426.  
  4427.     * apropos.el (apropos-match-keys): Handle non-chars as keys.
  4428.  
  4429. Sat Jan  2 16:20:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4430.  
  4431.     * compile.el (compilation-sentinel): Change buffer-read-only with let.
  4432.  
  4433. Tue Dec 29 16:06:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4434.  
  4435.     * mouse.el (mouse-buffer-menu): Select the window clicked on.
  4436.  
  4437. Tue Dec 28 20:07:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4438.  
  4439.     * add-log.el (add-change-log-entry):
  4440.     Notice when ENTRY is equal to FILE-NAME,
  4441.     not the hard-wired string "ChangeLog".
  4442.     Added missing regexp-quote's in same-day entry search.
  4443.     Search only in the first paragraph for a similar entry to add to.
  4444.  
  4445. Sat Dec 26 03:46:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4446.  
  4447.     * files.el (abbreviated-home-dir): New variable.
  4448.     (abbreviate-file-name): Properly convert abbreviated homedir to ~.
  4449.  
  4450. Thu Dec 24 17:42:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4451.  
  4452.     * etags.el (visit-tags-table-buffer):
  4453.     When picking a table and using tags-table-list,
  4454.     skip over nonexistent files in the list.
  4455.  
  4456.     * etags.el (etags-verify-tags-table):
  4457.     Use eq instead of = in case char-after returns nil.
  4458.  
  4459. Mon Dec 21 14:13:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4460.  
  4461.     * etags.el (visit-tags-table-buffer):
  4462.     Don't look in list for tags-file-name if nil.
  4463.  
  4464.     * etags.el: Many comments added and docstrings fixed.
  4465.     (tags-table-list): Elt of nil is not special.
  4466.     (tags-expand-table-name): Value of nil is not special.
  4467.     (tags-next-table): Removed arg RESET; no caller used it.
  4468.     (visit-tags-table-buffer): Don't need to do tags-expand-table-name
  4469.     in or form. When table is invalid, only set tags-file-name to nil
  4470.     globally if its global value contained the losing table file name.
  4471.     (find-tag-tag): Return a string, not a list.
  4472.     (find-tag-noselect, find-tag, find-tag-other-window,
  4473.     find-tag-other-frame): Changed callers.
  4474.     (etags-recognize-tags-table): Call etags-verify-tags-table, rather than
  4475.     duplicating its functionality.
  4476.     (visit-tags-table-buffer): When CONT is 'same, set it to nil after the
  4477.     cond.  We want the normal list frobbing to take place in this case.
  4478.     (find-tag-other-window): Save and restore window-point around call to
  4479.     find-tag-noselect.
  4480.  
  4481. Mon Dec 21 13:34:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4482.  
  4483.     * subr.el (ignore):
  4484.     Use defun instead of fset to define; the byte compiler is smart
  4485.     enough now not to compile this trivial function into slow byte code.
  4486.  
  4487. Mon Dec 21 02:59:00 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4488.  
  4489.     * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
  4490.     shouldn't change the buffer text.  Make it not.  If we're in the
  4491.     blank space before another comment, fill that one as a comment,
  4492.     not as normal text.
  4493.  
  4494. Sun Dec 20 14:30:41 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4495.  
  4496.     * simple.el (kill-region): Change interactive spec to signal an
  4497.     error if the buffer is read-only, and remove the code to do a
  4498.     copy-region-as-kill if the buffer is read-only.
  4499.  
  4500. Sat Dec 19 15:53:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4501.  
  4502.     * loadup.el: Display load-path at start.
  4503.  
  4504. Sat Dec 19 09:30:24 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4505.  
  4506.     * sendmail.el (mail-position-on-field): `end' is guaranteed to be
  4507.     at the beginning of the header separator; don't skip back to the
  4508.     end of the previous line.
  4509.  
  4510.     * loadup.el: Dump under the name `emacs', not `xemacs'.
  4511.  
  4512.     * compile.el (compilation-error-regexp-alist): Tightened up
  4513.     BSD/GNU regexp to insist that line number end with a colon or
  4514.     close-paren.
  4515.  
  4516. Thu Dec 17 04:12:08 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4517.  
  4518.     * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
  4519.     end with "T".  Accept any sequence of three or four alphabetic
  4520.     characters.
  4521.  
  4522.     * simple.el (set-mark-command): Clarify doc string.
  4523.  
  4524.     * simple.el (prefix-arg-internal): Don't apply string-to-char to
  4525.     get the first element of the key sequence - it might be a vector.
  4526.  
  4527. Tue Dec 15 18:56:21 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4528.  
  4529.     * c-mode.el (c-fill-paragraph): When guessing the fill prefix,
  4530.     don't ever grab any actual text.
  4531.  
  4532. Mon Dec 14 11:15:11 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4533.  
  4534.     * compile.el (compilation-error-regexp-alist): Add regexp for the
  4535.     MIPS CC distributed with Ultrix.
  4536.  
  4537. Sat Dec 12 03:22:57 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4538.  
  4539.     * paths.el (Info-default-directory-list): The info files are
  4540.     supposed to be in /usr/local/info these days.  Add it to the list
  4541.     of directories to search.
  4542.  
  4543. Fri Dec 11 01:19:11 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4544.  
  4545.     * vc.el (vc-do-command): Set the default directory of the *vc*
  4546.     buffer to the directory containing FILE.
  4547.  
  4548. Wed Dec  9 17:30:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4549.  
  4550.     * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
  4551.     (Info-nth-menu-item): New function; bound to 1..9.
  4552.  
  4553. Tue Dec  8 21:29:34 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4554.  
  4555.     The find-file-name-handler function in ../src/fileio.c is now
  4556.     callable from lisp; use it instead of writing out its code.
  4557.     * dired-aux.el (dired-compress-file): Just that.
  4558.     * dired.el (dired-uncache): Just that.
  4559.     * files.el (file-local-copy, file-truename,
  4560.     file-name-sans-versions, make-directory, save-buffers-kill-emacs):
  4561.     Just that.
  4562.     * ls-lisp.el (insert-directory): Just that.
  4563.  
  4564.     * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
  4565.     function.  Set ange-ftp's `unhandled-file-name-property' to its
  4566.     name.
  4567.  
  4568. Mon Dec  7 20:10:32 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4569.  
  4570.     * lpr.el (lpr-switches, lpr-command): Make these defvars, not
  4571.     defconsts.
  4572.  
  4573. Fri Dec  4 00:31:30 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4574.  
  4575.     * c-mode.el (c-fill-paragraph): When trying to make sure that the
  4576.     comment ender isn't on its own line, don't signal an error if
  4577.     there is no comment ender.
  4578.  
  4579. Thu Dec  3 23:45:21 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4580.  
  4581.     * sendmail.el (mail-self-blind, mail-interactive,
  4582.     mail-yank-ignored-headers): Make these defvars, not defconsts.
  4583.     Otherwise, they wipe out the user's customizations when we
  4584.     autoload sendmail.el.
  4585.  
  4586. Tue Dec  1 22:34:42 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4587.  
  4588.     * hanoi.el (hanoi): If pole-spacing is odd, round down, not up.
  4589.     To see if the window is wide enough, just check if one half of a
  4590.     ring will fit inside pole-spacing.
  4591.  
  4592. Fri Nov 27 17:54:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4593.  
  4594.     * add-log.el (add-change-log-entry):
  4595.     Expand file-name again after chasing links.
  4596.  
  4597. Fri Nov 20 14:33:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4598.  
  4599.     * vc.el (vc-next-action): Undo previous change.
  4600.  
  4601. Thu Nov 19 16:44:24 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4602.  
  4603.     * vc.el (vc-next-action): Pass t as NOQUERY argument to
  4604.     vc-resynch-window here too.  This means that all uses of
  4605.     vc-resynch-window pass t; I'm going to wait until I understand the
  4606.     situation better before I rip out the NOQUERY argument
  4607.     altogether.
  4608.  
  4609.     * vc.el (vc-revert-buffer1): Try to preserve the position of mark
  4610.     as well as point.
  4611.     (vc-position-context, vc-find-position-by-context): New functions
  4612.     to help with that, made out of the old innards of vc-revert-buffer1.
  4613.  
  4614. Wed Nov 18 12:34:10 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4615.  
  4616.     * fortran.el: New version of version 1.30 (!) from Stephen A. Wood
  4617.     <saw@hallc1.cebaf.gov>
  4618.  
  4619. Tue Nov 17 00:22:09 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4620.  
  4621.     * fortran.el: New version (1.30) from "Stephen A. Wood"
  4622.     <saw@hallc1.cebaf.gov>
  4623.  
  4624.     * subr.el (lambda): Doc fix.
  4625.  
  4626. Sun Nov 15 02:17:04 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4627.  
  4628.     * simple.el (comment-column): Doc fix.
  4629.  
  4630. Fri Nov 13 13:45:55 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4631.  
  4632.     * paths.el (rmail-spool-directory): Add dgux-unix to the list of
  4633.     systems which put their mail in "/usr/mail".
  4634.  
  4635.     * lpr.el (lpr-command, lpr-switches): Removed strings starting
  4636.     with \newline; this file is loaded in loaddefs.el, and doesn't
  4637.     need to follow that convention.
  4638.     
  4639.     * lpr.el (lpr-command): Add dgux-unix to the list of systems which
  4640.     want "lp".
  4641.  
  4642. Thu Nov 12 02:53:21 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4643.  
  4644.     * bytecomp.el: Declare unread-command-char an obsolete variable.
  4645.     * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
  4646.     vip-prefix-arg-com): Use unread-command-event instead of
  4647.     unread-command-char; respect its new semantics.
  4648.     * simula.el (simula-electric-label): Same.
  4649.     * comint.el (comint-dynamic-list-completions): Same.
  4650.     * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
  4651.     Same.
  4652.     * ehelp.el (electric-help-command-loop): Same.
  4653.     * electric.el (Electric-command-loop): Same.
  4654.     * emerge.el (emerge-show-file-name): Same.
  4655.     * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily):
  4656.     Same.
  4657.     * gnus.el (gnus-Subject-next-article): Same.
  4658.     * info.el (Info-summary): Same.
  4659.     * isearch-mode.el (isearch-update, isearch-unread): Same.
  4660.     * map-ynp.el (map-y-or-n-p): Same.
  4661.     * mlsupport.el (push-back-character): Same.
  4662.     * replace.el (perform-replace): Same.
  4663.     * simple.el (prefix-arg-internal): Same.
  4664.     * subr.el (read-quoted-char, momentary-string-display): Same.
  4665.     * sun-mouse.el (mouse-second-hit): Same.
  4666.     * terminal.el (te-escape-extended-command-unread): Same.
  4667.  
  4668.     * emerge.el (emerge-file-names): Use `temp-buffer-show-function',
  4669.     not `temp-buffer-show-hook'.
  4670.     (emerge-combine-versions-edit): Fix misarranged cond expression;
  4671.     the t is an `else' clause, not a function call in the preceeding
  4672.     clause.
  4673.  
  4674.     * simula.el (simula-calculate-indent): Call backward-word with the
  4675.     appropriate argument.
  4676.  
  4677.     * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete):
  4678.     Don't pass nil as a fourth argument to vip-append-to-register; it
  4679.     takes only three.
  4680.     (vip-mark-point, ex-mark): Pass required second argument to
  4681.     point-to-register.
  4682.  
  4683.     * bytecomp.el: (require 'backquote).
  4684.  
  4685.     * subr.el (lambda): Don't use backquotes in lambda's definition.
  4686.  
  4687.     * disass.el (byte-compile): Specify that the 'byte-compile feature
  4688.     is provided in the file "bytecomp".
  4689.  
  4690. Wed Nov 11 23:24:15 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4691.  
  4692.     * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky
  4693.     definition using (message nil).
  4694.     (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
  4695.     calls to ange-ftp-repaint-buffer.
  4696.  
  4697. Wed Nov 11 15:18:12 1992  Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
  4698.  
  4699.     * c-mode.el (c-style-alist): Add quotes around C++ style name.
  4700.  
  4701. Tue Nov 10 21:00:27 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4702.  
  4703.     * rect.el (operate-on-rectangle): Use move-to-column's FORCE
  4704.     argument instead of implementing it ourselves.
  4705.     (rectangle-coerce-tab): No longer used; deleted.
  4706.  
  4707.     * rect.el (open-rectangle): Leave point at the upper corner of the
  4708.     rectangle just opened, in imitation of open-line.  Fix doc typo.
  4709.     (open-rectangle-line): Use skip-chars-backward's LIM argument to
  4710.     leave spaces before the line segment's beginning undisturbed.
  4711.  
  4712.     * rect.el: Provide 'rect.
  4713.  
  4714. Sun Nov  8 13:58:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4715.  
  4716.     * vc.el (vc-cancel-version): Use yes-or-no-p.
  4717.  
  4718. Fri Nov  6 23:05:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4719.  
  4720.     * startup.el (after-init-hook): Doc fix.
  4721.  
  4722. Thu Nov  5 22:07:19 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4723.  
  4724.         * isearch.el (isearch-frames-exist): This isn't what we want -
  4725.     replaced by...
  4726.     (isearch-gnu-emacs-events): non-nil if should expect events in the
  4727.     style generated by GNU Emacs 19.  Set if set-frame-height is
  4728.     fboundp; this is true on any GNU Emacs 19, whether or not it was
  4729.     compiled with multiple frame support.
  4730.     (isearch-mode-map): Test isearch-gnu-emacs-events instead of
  4731.     isearch-frames-exist to see if we should bind switch-frame events.
  4732.     (isearch-update): Test isearch-gnu-emacs-events instead of
  4733.     isearch-frames-exist to see if unread-command-char's quiescent
  4734.     value is nil or -1.
  4735.  
  4736.     * simple.el (previous-line): Doc fix.
  4737.  
  4738. Thu Nov  5 09:58:13 1992  Stephen A. Wood  (saw@cebaf.gov)
  4739.  
  4740.     * fortran.el version 1.28.8
  4741.     (fortran-indent-to-column): Make turning of lines that begin with
  4742.     `fortran-continuation-string' into properly formated continuation
  4743.     lines work for fortran TAB mode.
  4744.  
  4745.     * fortran.el version 1.28.7a
  4746.     Cleaned up some doc strings.
  4747.  
  4748.     (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use
  4749.     `insert-abbrev-table-description' and make buffer in abbrevs-mode.
  4750.  
  4751.     * fortran.el version 1.28.7
  4752.     Many changes since version 1.28.3.   Added auto-fill-mode, support
  4753.     for some Fortran 90 statements.  Adjust comments to conform to new
  4754.     gnu conventions.
  4755.  
  4756.     (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to
  4757.     \\2 and include cpp statements in matching.  Changes for auto fill.  
  4758.  
  4759.     (fortran-auto-fill-mode, fortran-do-auto-fill,
  4760.     fortran-break-line): New functions to implement auto fill.
  4761.  
  4762.     (fortran-indent-line, fortran-reindent-then-newline-and-indent):
  4763.     Added auto fill support.
  4764.  
  4765.     (find-comment-start-skip, is-in-fortran-string-p): New functions.
  4766.  
  4767.     (fortran-electric-line-number): Works better in overwrite mode.
  4768.  
  4769.     (fortran-indent-comment, fortran-indent-line,
  4770.     fortran-indent-to-column):  Use find-comment-start-skip instead of
  4771.     searching for `comment-start-skip'.
  4772.  
  4773.     (fortran-mode, calculate-fortran-indent): Added indentation
  4774.     for fortran 90 statements.
  4775.  
  4776.     (fortran-next-statement, fortran-previous-statement): Bug fixes.
  4777.  
  4778.     (fortran-mode, calculate-fortran-indent,
  4779.     fortran-setup-tab-format-style, fortran-setup-fixed-format-style):
  4780.     `fortran-comment-line-column' meaning changed.  Now defaults to 0.
  4781.  
  4782. Thu Nov  5 05:00:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4783.  
  4784.     * term/x-win.el: (command-switch-alist, x-switch-definitions):
  4785.     -ib was used for two things.  Use -itype for icon type.
  4786.  
  4787. Wed Nov  4 23:58:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4788.  
  4789.     * term/x-win.el (command-switch-alist, x-switch-definitions):
  4790.     -ib was used for two things.  Use -itype for icon type.
  4791.  
  4792. Wed Nov  4 01:44:17 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4793.  
  4794.     * term/x-win.el: Moved functions to support selections and cut
  4795.     buffers out from amidst the X initialization code.
  4796.  
  4797.     * simple.el (kill-line): Don't shift point before doing the
  4798.     delete.
  4799.  
  4800.     * startup.el (normal-top-level): Don't worry about setting
  4801.     default-directory to PWD if PWD is shorter.  And, if PWD isn't
  4802.     accurate, delete it.
  4803.  
  4804. Tue Nov  3 19:52:43 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4805.  
  4806.     * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
  4807.     when offering to kill an existing process.
  4808.  
  4809.     * autoload.el (make-autoload): When creating an autoload
  4810.     invocation for a macro, pass (list 'quote 'macro) as the sixth
  4811.     argument, not just t.  autoload's sixth argument is now a type
  4812.     instead of just a boolean value, so we should use a value which
  4813.     reflects that.
  4814.  
  4815.     * cl.el: New version - 3.0 - from Cesar Quiroz.
  4816.  
  4817.     * etags.el (find-tag-noselect): Doc fix.
  4818.  
  4819. Tue Nov  3 03:46:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4820.  
  4821.     * rect.el (insert-rectangle): Put mark at upper left corner.
  4822.  
  4823.     * dired-aux.el (dired-mark-confirm): For `compress',
  4824.     say `Compress or uncompress'.
  4825.     (dired-map-over-marks-check): Likewise.
  4826.  
  4827. Sun Nov  1 17:07:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4828.  
  4829.     * isearch-mode.el (isearch-search): Handle all sorts of errors
  4830.     from regexp search.
  4831.  
  4832. Sat Oct 31 04:27:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4833.  
  4834.     * files.el (make-directory): Renamed from make-directory-path.
  4835.     Optional argument says whether to create parent dirs.
  4836.     Invoke file-name handler here.
  4837.     (after-find-file): Delete code that offers to create dir.
  4838.     Instead, just print a message.
  4839.  
  4840.     * bytecomp.el (byte-compile-lambda):
  4841.     Don't compile the interactive spec if it is a call to `list'.
  4842.  
  4843. Fri Oct 30 22:34:45 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4844.  
  4845.     * ange-ftp.el: Tighten the regular expression used in
  4846.     file-name-handler-alist to recognized ange-ftp filenames; the
  4847.     slash, username and hostname must be at the start of the filename,
  4848.     not just anywhere in the filename.
  4849.  
  4850. Fri Oct 30 00:37:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4851.  
  4852.     * tabify.el: Doc fix.
  4853.  
  4854. Wed Oct 28 01:03:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4855.  
  4856.     * vc.el (vc-admin): Pass t as noquery arg to vc-resynch-window.
  4857.  
  4858.     * paths.el (manual-program): Always use /usr/ucb/man if that exists.
  4859.  
  4860. Tue Oct 27 03:47:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4861.  
  4862.     * fortran.el (fortran-tab-mode): Add defvar.
  4863.     (fortran-analyze-file-format): Bind i.
  4864.     (fortran-tab-mode-string): Add defvar.
  4865.     (fortran-tab-mode): Use `arg' as variable, not as function.
  4866.     (fortran-prepare-abbrev-list-buffer): New function.
  4867.     (fortran-abbrev-help): Call that.
  4868.     (fortran-window-create): Use screen-width, not frame-width.
  4869.  
  4870.     * info.el: Rename buffer-flush-undo to buffer-disable-undo.
  4871.     (Info-goto-emacs-key-command-node): Fix typo.
  4872.     (Info-menu-item-sequence): Commented out.
  4873.     (Info-follow-nearest-node): Use new event format.
  4874.     Select the window clicked on.
  4875.  
  4876.     * vc.el (vc-log-file, vc-log-version): Declared.
  4877.  
  4878.     * simple.el (shell-command-on-region):
  4879.     Use region-beginning and region-end, in interactive spec.
  4880.  
  4881. Mon Oct 26 23:11:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4882.  
  4883.     * isearch-mode.el (isearch-edit-string):
  4884.     Bind cursor-in-echo-area only around read-char/allocate-event.
  4885.  
  4886. Sat Oct 24 15:57:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4887.  
  4888.     * vc-hooks.el (vc-prefix-map): Put vc-diff on = and vc-directory on d.
  4889.  
  4890.     * vc.el (vc-resynch-window): New arg NOQUERY.
  4891.     Pass it to vc-revert-buffer1.
  4892.     (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal):
  4893.     Supply t as NOQUERY arg for vc-resynch-window.
  4894.     (vc-next-action):
  4895.     Don't revert workfile from master if buffer is modified.
  4896.  
  4897. Fri Oct 23 04:53:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4898.  
  4899.     * files.el (set-visited-file-name): Change the auto save file name.
  4900.  
  4901.     * macros.el (insert-kbd-macro): Replace nonprinting chars with escapes.
  4902.     If arg is empty, use last macro as default.
  4903.  
  4904.     * sendmail.el (mail-aliases): Doc fix.
  4905.  
  4906.     * help.el (describe-function): Print `an autoloaded', not `a ...'.
  4907.  
  4908.     * simple.el (goal-column): Don't put the defvar inside the
  4909.     make-variable-buffer-local.
  4910.  
  4911. Wed Oct 21 00:50:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4912.  
  4913.     * dired.el (dired-chown-program):
  4914.     Treat silicon-graphics-unix like usg-unix-v.
  4915.  
  4916.     * rmail.el (rmail-mode-map): Delete binding of M-r (use global one).
  4917.  
  4918.     * lpr.el (lpr-command):
  4919.     Treat hpux and silicon-graphics-unix like usg-unix-v.
  4920.  
  4921.     * rmailout.el (rmail-output-to-rmail-file): Call abbreviate-file-name.
  4922.  
  4923.     * files.el: Doc fixes.
  4924.  
  4925. Tue Oct 20 00:35:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4926.  
  4927.     * simple.el (comment-region): Do move to next line, in neg arg case.
  4928.  
  4929.     * isearch-mode.el (isearch-mode-map): Make the top-level keymap dense.
  4930.     Explicitly bind control characters at that level.
  4931.  
  4932.     * files.el (file-truename): Check for root by seeing if
  4933.     directory-file-name returns same as DIR.
  4934.     Look for a file-truename handler for the file name.
  4935.     * vc-hooks (vc-registered): Look for a vc-registered handler.
  4936.     But only if file-name-handler-alist is bound.
  4937.     * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
  4938.     (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
  4939.     (ange-ftp-add-dumb-unix-host):
  4940.     Use default-directory, not dired-directory.
  4941.     (ange-ftp-allow-child-lookup): Eliminate dired-local-variables-file.
  4942.  
  4943.     * mailalias.el (mail-aliases): Add definition here.
  4944.  
  4945. Mon Oct 19 18:37:46 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4946.  
  4947.     * add-log.el (add-log-current-defun): Add condition-case around
  4948.     the body, so at worst we return nil.
  4949.  
  4950. Sun Oct 18 15:09:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4951.  
  4952.     * paragraphs.el (kill-sentence, backward-kill-sentence): 
  4953.     (kill-paragraph, backward-kill-paragraph):
  4954.     Don't change point before calling kill-region.
  4955.  
  4956.     * sendmail.el (mail-setup):
  4957.     Call build-mail-aliases, not mail-abbrev-setup.
  4958.     (sendmail-send-it): Call expand-mail-aliases.
  4959.  
  4960.     * mailalias.el: Doc fixes.
  4961.  
  4962.     * mailabbrev.el: Delete version 18 compatibility stuff.
  4963.     (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs):
  4964.     (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'.
  4965.     (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer.
  4966.     (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
  4967.  
  4968.     * isearch-mode.el (isearch-mode-map): Use sparse keymaps.
  4969.     Start printing-char loop at SPC.
  4970.  
  4971.     * rmailsort.el (rmail-sort-messages):
  4972.     Give up right away if not Rmail mode.
  4973.  
  4974. Sat Oct 17 21:06:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4975.  
  4976.     * replace.el (occur): Always search entire buffer.
  4977.  
  4978. Sat Oct 17 17:34:47 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4979.  
  4980.     * mouse.el (mouse-tear-off-window): New function.
  4981.  
  4982. Sat Oct 17 03:07:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4983.  
  4984.     * mouse.el (mouse-set-region): New command.  Bind drag-mouse-1 to it.
  4985.  
  4986. Thu Oct 15 03:17:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4987.  
  4988.     * telnet.el (telnet): Wait for telnet output before sending `open'.
  4989.  
  4990. Wed Oct 14 12:29:09 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4991.  
  4992.     * files.el (file-truename): The variable ~ should be considered an
  4993.     absolute pathname; handle it correctly.  Concatenate the directory
  4994.     onto the filename in the correct order.
  4995.  
  4996. Tue Oct 13 15:48:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4997.  
  4998.     * isearch-mode.el (isearch-mode-map): Bind t in top-level map 
  4999.     and in the submap for meta keys.  Don't bind the individual chars.
  5000.  
  5001. Mon Oct 12 17:18:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5002.  
  5003.     * etags.el (visit-tags-table-buffer): When trying to pick table, call
  5004.     tags-expand-table-name on alternatives that might be nil.
  5005.     (tags-table-files): Don't call visit-tags-table-buffer; assume we
  5006.     are there.
  5007.  
  5008. Mon Oct 12 00:52:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5009.  
  5010.     * picture.el (edit-picture): Run picture-mode-hook.
  5011.  
  5012. Sat Oct 10 12:12:30 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5013.  
  5014.     * dired-aux.el (dired-compress-file): Change references to
  5015.     `from-file' to use `file'; the former only works because
  5016.     dired-compress-file is only called by dired-compress, which binds
  5017.     from-file.
  5018.  
  5019.     * rmail.el (rmail-mode): Make this autoload; we might find a file
  5020.     whose first line local variables want to put it in RMAIL mode;
  5021.     that ought to work.
  5022.  
  5023. Sat Oct 10 02:13:18 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5024.  
  5025.     * comint.el (comint-last-input-match): defvar moved up.
  5026.  
  5027.     * files.el (buffer-file-number): New variable.
  5028.     (find-file-noselect): Record the file's filenum and devnum.
  5029.     Notify if any buffer has the same values.
  5030.     (basic-save-buffer): Save new filenum and devnum.
  5031.     For file-precious-flag, pass real name as VISIT arg of write-region.
  5032.     (set-visited-file-name): Likewise.
  5033.     Clear buffer-file-{number,truename} if now visiting no file.
  5034.  
  5035. Fri Oct  9 01:29:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5036.  
  5037.     * rmail.el (mail-unsent-separator): Handle "Message text follows".
  5038.  
  5039.     * files.el (hack-one-local-variables): New subroutine.
  5040.     (hack-local-variables-prop-line): New function.
  5041.     (hack-local-variables): Use them both.
  5042.     (ignored-local-variables): New variable.
  5043.  
  5044.     * files.el (file-truename): New function.
  5045.     (find-file-noselect): Look for buffer with same truename.
  5046.     Warn about it; optionally find it.  Set buffer-file-truename.
  5047.     (set-visited-file-name): Set buffer-file-truename.
  5048.     (buffer-file-truename): New var, permanent local in all buffers.
  5049.     (find-file-visit-truename, find-file-compare-truenames): New options.
  5050.  
  5051. Thu Oct  8 02:14:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5052.  
  5053.     * rmail.el (mail-unsent-separator): Allow "original message" as
  5054.     alternative.  Allow extra dashes and spaces.
  5055.     (rmail-retry-failure): Ignore case while searching for unsent sep.
  5056.  
  5057.     * add-log.el (add-log-current-defun): In normal C case,
  5058.     start with beginning-of-line.
  5059.     In last (fallback) case, start with end-of-line.
  5060.     (add-log-current-defun-header-regexp): In first alternative
  5061.     within the parens, don't allow space as last character.
  5062.  
  5063.     * cust-print.el (custom-prin1-chars):
  5064.     Var defined, and renamed from prin1-chars.
  5065.     (circle-tree, circle-table): Define vars.
  5066.     (cust-print-vector, cust-print-list): Rename level to circle-level.
  5067.     (cust-print-top-level): Likewise.
  5068.     (circle-level): Var defined.
  5069.  
  5070.     * cmuscheme.el (inferior-scheme-filter-regexp):
  5071.     Move definition of this var up before first use.
  5072.     (scheme-buffer): Define variable.
  5073.  
  5074.     * cmulisp.el (cmulisp-mode): Eliminate compatibility code calling
  5075.     lisp-mode-variables with no arg.
  5076.     (cmulisp-mode-map): Use shared-lisp-mode-map as tail.
  5077.     (cmulisp-args-to-list): Fix typo in recursive call.
  5078.     (cmulisp-buffer): Define variable.
  5079.  
  5080.     * files.el (hack-local-variables): Ignore attempts to bind
  5081.     enable-local-eval.
  5082.  
  5083. Wed Oct  7 04:59:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5084.  
  5085.     * cust-print.el: CP:: changed to cust-print- in all names.
  5086.     Lots of doc fixes.
  5087.  
  5088. Tue Oct  6 01:12:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5089.  
  5090.     * add-log.el (add-log-current-defun): Catch errors checking for DEFUN.
  5091.  
  5092. Mon Oct  5 16:53:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5093.  
  5094.     * vc.el (vc-steal-lock): Use mail-setup, and do like `mail'.
  5095.     Supply vc-finish-steal as an action on sending.
  5096.     (vc-finish-steal): Delete the code to send the message.
  5097.     (vc-backend-steal): Put filename after options in rcs commands.
  5098.     Delete the workfile after the rcs -M -u.
  5099.  
  5100. Mon Oct  5 16:33:46 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  5101.  
  5102.     * rmail.el (rmail-first-unseen-message): Don't show the message,
  5103.     just return its number, if there was an unseen message.
  5104.     (rmail): Check for unseen messages before calling
  5105.     rmail-get-new-mail.  After getting the new mail, call
  5106.     rmail-show-message to show the     pre-existing unseen message, or if
  5107.     that is nil, the current message, which rmail-get-new-mail sets to
  5108.     the first new message.
  5109.  
  5110. Mon Oct  5 06:15:05 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5111.  
  5112.     * isearch-mode.el (isearch-ring-advance-edit): Delete spurious `)'.
  5113.  
  5114.     * info.el (Info-restore-point): Delete duplicate definition.
  5115.  
  5116. Mon Oct  5 05:49:27 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5117.  
  5118.     * vc.el (vc-backend-checkin):
  5119.     Change buffers to get local value of vc-checkin-switches.
  5120.  
  5121.     * vc.el (vc-backend-checkin):
  5122.     Use apply on vc-do-command: vc-checkin-switches is a
  5123.     list.
  5124.  
  5125. Mon Oct  5 05:17:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5126.  
  5127.     * vc.el (vc-checkin-switches): New defvar.
  5128.     (vc-backend-checkin): Pass vc-checkin-switches to prog.
  5129.  
  5130. Mon Oct  5 00:12:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5131.  
  5132.     * ls-lisp.el (insert-directory): Renamed from dired-ls.
  5133.     All other functions renamed to start with ls-lisp.
  5134.  
  5135.     * ls-lisp.el: New file from Kremer.
  5136.  
  5137. Sun Oct  4 00:08:59 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5138.  
  5139.     * fill.el (fill-paragraph): Don't actually change point before
  5140.     calling fill-region-as-paragraph.
  5141.     (fill-region-as-paragraph): Save point on undo list at start.
  5142.  
  5143. Sat Oct  3 23:44:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5144.  
  5145.     * simple.el (insert-buffer): Before reading arg, barf if read-only.
  5146.  
  5147. Sat Oct  3 03:01:25 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5148.  
  5149.     * mouse.el: Begin adapting this to the new event format.
  5150.     (event-window, event-point, mouse-coords, mouse-timestamp):
  5151.     Removed.
  5152.     (event-start, event-end, posn-window, posn-point, posn-col-row,
  5153.     posn-timestamp): New accessors; these are defsubsts.
  5154.     (mouse-delete-window, mouse-delete-other-windows,
  5155.     mouse-split-window-vertically, mouse-set-point): Rewritten to use
  5156.     the new accessors.
  5157.  
  5158.     * mouse.el: Remove hack of binding down-mouse-1.
  5159.  
  5160.     * mouse.el (mouse-movement-p): Add docstring for this.
  5161.  
  5162. Fri Oct  2 22:21:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5163.  
  5164.     * simple.el (open-line): Shield undo from the hack to insert at pt-1.
  5165.  
  5166. Thu Oct  1 20:31:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5167.  
  5168.     * man.el (nuke-nroff-bs): 4 lines after header was 1 too many.
  5169.     Likewise for 10 before the header.
  5170.  
  5171. Thu Oct  1 02:00:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5172.  
  5173.     * compile.el (compilation-parse-errors): Save (match-beginning 0)
  5174.     in a variable, so the looking-at call doesn't clobber its value
  5175.     when we want to use it to back up before the error we discard.
  5176.     Make sure compilation-error-list is at least two elts long before
  5177.     checking its first two elts for being in the same file.
  5178.  
  5179. Wed Sep 30 06:30:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5180.  
  5181.     * simple.el (kill-word): Don't change point before calling kill-region.
  5182.     (delete-indentation): Don't go beyond eob, comparing with fill-prefix.
  5183.  
  5184. Wed Sep 30 04:36:39 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5185.  
  5186.     * gud.el (gud-last-frame): Added defvar for this.
  5187.  
  5188. Tue Sep 29 22:12:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5189.  
  5190.     * info.el (Info-follow-nearest-node): Handle line breaks after *note.
  5191.     Fix interactive spec.  Doc fix.  Put on mouse-3.
  5192.  
  5193. Wed Sep 30 01:45:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5194.  
  5195.     * compile.el (compilation-parse-errors): After we get enough errors
  5196.     to stop early, toss the last one (which is for a different file),
  5197.     so we don't lose the same way on the next run.
  5198.  
  5199. Tue Sep 29 23:59:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5200.  
  5201.     * compile.el (compilation-parse-errors): When we reach
  5202.     FIND-AT-LEAST errors, keep going until we have seen all the
  5203.     consecutive errors in the same file.
  5204.  
  5205. Tue Sep 29 14:14:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5206.  
  5207.     * sendmail.el (mail-send-and-exit): Do other-buffer before bury-buffer.
  5208.  
  5209.     * rmail.el (mail-unsent-separator): Add another alternative.
  5210.  
  5211. Tue Sep 29 02:09:01 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5212.  
  5213.     * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
  5214.     Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting
  5215.     x-selection-value to manipulate the cut buffers.
  5216.  
  5217.     * term/x-win.el (x-cut-buffer-or-selection-value): Treat
  5218.     selections whose value is the empty string like unset selections.
  5219.     This allows us to truncate cut buffers to the empty string (if the
  5220.     text is too large, say) without causing
  5221.     interprogram-paste-function to wipe out the latest kill.
  5222.     
  5223.     * gud.el: When we send a command to the debugger via gud-call,
  5224.     it's annoying to see the command and the new prompt in the
  5225.     debugger interaction buffer; nuke the command and the old prompt.
  5226.     (gud-delete-prompt-marker): New variable, with extensive documentation.
  5227.     (gud-mode): Make gud-delete-prompt-marker buffer-local, and
  5228.     initialize it.
  5229.     (gud-filter-insert): If gud-delete-prompt-marker is set, delete
  5230.     the prompt, and clear gud-delete-prompt-marker.
  5231.     (gud-call): Arrange for the last prompt printed to get deleted, by
  5232.     setting gud-delete-prompt-char.
  5233.  
  5234.     * gud.el (gud-def): Doc fix.
  5235.     (gud-gdb-marker-filter, gud-sdb-marker-filter,
  5236.     gud-dbx-marker-filter): Rename the argument `s' or `str' to
  5237.     `string', and change all uses; these definitions were referring to
  5238.     `string', which is unbound in the lexical context, but which
  5239.     happens to end up being bound to the right thing by the caller,
  5240.     gud-filter.
  5241.     (sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the
  5242.     latter doesn't exist.
  5243.     (gud-dbx-debugger-setup): Use the argument `f', not the variable
  5244.     `file', which happens to be bound in the caller.
  5245.     (gud-filter-insert): The variable `start' is never used.  The
  5246.     variable `moving' is unnecessary.  The variable `old-buffer' and
  5247.     the unwind-protect form are unneeded, since save-excursion can do
  5248.     their work.  The binding of output-after-point should be done after
  5249.     switching to the process's buffer, not in whatever random buffer
  5250.     happens to be current when the process filter is called.  There's
  5251.     no need to set the process mark if we've just inserted at its
  5252.     location using insert-before-markers.
  5253.     (gud-read-address): Don't bother setting the variable `result'; it
  5254.     is never used.
  5255.  
  5256. Mon Sep 28 08:34:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5257.  
  5258.     * ange-ftp.el (ange-ftp-kill-ftp-process): Delete spurious ".
  5259.  
  5260.     * files.el (file-relative-name-1): New function split out.
  5261.     (file-relative-name): Use it.
  5262.  
  5263.     * timer.el (timer-process-sentinel): Don't set timer-scratch.
  5264.  
  5265.     * ws-mode.el (ws-mark-word): Use forward-word, with an arg,
  5266.     instead of backward-word.
  5267.     (wordstar-mode): Move after definition of keymap.
  5268.     (ws-move-block): Just two args for kill-region.
  5269.  
  5270.     * vc.el (vc-rename-file): Use OLD, not FILE which is unbound.
  5271.  
  5272.     * two-column.el: Use frame-width instead of screen-width.
  5273.  
  5274. Mon Sep 28 01:27:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5275.  
  5276.     * map-ynp.el: Use (function ...) around lambdas, so it works in v18.
  5277.  
  5278. Sun Sep 27 02:42:08 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5279.  
  5280.     * vc.el (vc-update-change-log): Use file-relative-name.
  5281.  
  5282. Sun Sep 27 02:40:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5283.  
  5284.     * files.el (file-relative-name):
  5285.     Rewritten so unrelativizable file names win.
  5286.  
  5287. Sun Sep 27 02:27:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5288.  
  5289.     * files.el (file-relative-name): Don't lose when DIRECTORY is nil.
  5290.  
  5291.     * files.el (file-relative-name): New function.
  5292.  
  5293. Sun Sep 27 01:51:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5294.  
  5295.     * vc.el (vc-checkin-hook): New user hook variable.
  5296.     (vc-log-after-operation-hook): New internal defvar.
  5297.     (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook.
  5298.     (vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end.
  5299.     
  5300.     (vc-update-change-log): When doing all visited files, remove directory
  5301.     names from file names that are in default-directory.
  5302.  
  5303.     * vc.el (vc-update-change-log):
  5304.     Use shell-command, not shell-command-on-region.
  5305.     Take optional args to pass to script.
  5306.     Add fancy interactive spec: C-u for current file only;
  5307.     M-0 for all visited.
  5308.  
  5309. Sun Sep 27 01:24:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5310.  
  5311.     * find-dired.el: New version from sk.
  5312.     Changed copyright owner to FSF, and updated year.
  5313.     (find-grep-dired): Use ! -type d, not -type f.
  5314.  
  5315. Sun Sep 27 00:45:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5316.  
  5317.     * vc-hooks.el (vc-toggle-read-only): Doc fix.
  5318.     (vc-mode-line): Add interactive spec.
  5319.  
  5320. Sat Sep 26 03:51:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5321.  
  5322.     * two-column.el (tc-window-width, tc-separator, tc-other): 
  5323.     Add permanent-local property.
  5324.     (tc-two-columns): Renamed from tc-split.
  5325.     (tc-split): Renamed from tc-unmerge.  Put it on C-x 6 s.
  5326.     Use make-local-variable on tc-separator.
  5327.  
  5328.     * spook.el (spook): Make it autoload.
  5329.  
  5330.     * gomoku.el (gomoku): Make it autoload.
  5331.  
  5332.     * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format.
  5333.     (mpuz): Renamed from mult-puzzle.  Make it autoload.
  5334.  
  5335.     * setenv.el (setenv): Doc fix.  Make it autoload.
  5336.  
  5337.     * diff.el (diff): Don't print echo area message.
  5338.     (diff-parse-differences): Always add `done' to message, at end.
  5339.     New local num-loci-found counts the loci.
  5340.  
  5341.     * mouse.el (mouse-split-window-vertically): Use @.
  5342.     (mouse-split-window-horizontally): New command.
  5343.     Use S-mouse-2 for them.
  5344.     (mouse-delete-window): Put on mode-line mouse-3.
  5345.     (mouse-save-then-kill): New command, on mouse-3.
  5346.     (mouse-delete-other-windows): Use @.  Now on mode-line mouse-1.
  5347.     (mouse-scroll-down, mouse-scroll-up): Use e, get line from event.
  5348.     (mouse-scroll-move-cursor): Likewise.
  5349.     (mouse-scroll-left, mouse-scroll-right): Likewise for column.
  5350.     (mouse-scroll-move-cursor-horizontally): Likewise.
  5351.  
  5352. Thu Sep 24 03:22:29 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5353.  
  5354.     * files.el (after-find-file): New arg NOAUTO.
  5355.     (revert-buffer, recover-file): Pass t for that arg.
  5356.  
  5357. Wed Sep 23 15:34:53 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5358.  
  5359.         * cal-mayan.el (calendar-print-mayan-date): Fix conversion in
  5360.         output message.
  5361.  
  5362. Wed Sep 23 00:18:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5363.  
  5364.     * c-mode.el (calculate-c-indent): When testing for function-start line,
  5365.     always match the first paren if have more than one.
  5366.  
  5367. Mon Sep 21 03:46:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5368.  
  5369.     * vms-pmail.el: New file.
  5370.  
  5371.     * texinfo.el (texinfo-mode): Capitalize the mode name string.
  5372.  
  5373.     * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-...
  5374.     (mail-safe-move-sexp): Renamed from safe-...
  5375.     (mail-variant-method): Renamed from variant-method.
  5376.  
  5377.     * tq.el: Doc fixes.  Make tq-create autoload.
  5378.  
  5379.     * keypad.el: File deleted (obsolete).
  5380.  
  5381.     * setenv.el (setenv): Add interactive spec.  Use \\` for string beg.
  5382.     Improve error message.
  5383.  
  5384.     * isearch-mode.el (isearch-other-meta-char): Use isearch-unread.
  5385.     Support `edit' as search-exit-option.
  5386.  
  5387.     * recompile-startup.el: File deleted.
  5388.  
  5389.     * at386.el: Deleted from here; latest version moved into term.
  5390.  
  5391.     * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
  5392.     stop moving down if reach eob.
  5393.  
  5394. Sun Sep 20 15:06:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5395.  
  5396.     * prompt.el: File deleted.
  5397.  
  5398.     * find-dired.el (start-process-shell-command): Deleted.
  5399.  
  5400.     * diff.el (diff-switches): Default is now -c.
  5401.     (diff-parse-differences): Use line beg as location of message.
  5402.  
  5403.     * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
  5404.     stop moving down at line with # or /.
  5405.     (c-fill-paragraph): Set first-line whenever we find a comment start
  5406.     on the current line.  Protect text before the comment start 
  5407.     by excluding it from the region and adding spaces to bring back 
  5408.     proper indentation of that point.
  5409.  
  5410. Sat Sep 19 01:58:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5411.  
  5412.     * ange-ftp.el (ange-ftp-generate-anonymous-password): Default now t.
  5413.     ??? This file is waiting for papers from several people.
  5414.  
  5415.     * vms-patch.el (vms-command-line-again): New function.
  5416.     (vms-pmail-setup): Autoload added here.
  5417.     (vms-suspend-resume-hook): Handle envvars EMACS_COMMAND_ARGS and
  5418.     EMACS_FILE_LINE.
  5419.  
  5420.     * dired.el (dired-view-file, dired-up-directory): Test that
  5421.     dired-subdir-alist has more than one element, to use dired-goto-subdir.
  5422.     (dired-goto-file, dired-clean-up-after-deletion): Likewise.
  5423.     (dired-mark): Likewise, before dired-get-subdir.
  5424.     (dired-subdir-max): Likewise, before dired-next-subdir.
  5425.  
  5426.     * isearch-mode.el (isearch-done): Do push on ring if ring is empty.
  5427.     (isearch-edit-string): Get default from search ring.
  5428.     Don't set the default here.
  5429.     (search-last-string, search-last-regexp): Vars deleted.
  5430.     (search-highlight): No longer a user option.
  5431.  
  5432.     * subr.el (baud-rate): Defined.
  5433.     (substitute-key-definition): Understand today's keymap format.
  5434.     New arg OLDMAP.  Operate recursively on prefix keys.
  5435.  
  5436.     * rmail.el (rmail-insert-inbox-text): Make the inbox file empty here
  5437.     if we rename it with rename-file here.
  5438.     (rmail-get-new-mail): Always try deleting the files in delete-files.
  5439.  
  5440. Fri Sep 18 02:58:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5441.  
  5442.     * lisp-mode.el (eval-last-sexp): Narrow before reading
  5443.     so don't read past point.
  5444.  
  5445.     * isearch-mode.el (isearch-mode): Change back to (baud-rate).
  5446.  
  5447.     * rmail.el (rmail-get-new-mail): Truncate inbox file if we
  5448.     fail to delete it, or if it's not in the ordinary mail spool dir.
  5449.  
  5450. Thu Sep 17 15:50:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5451.  
  5452.     * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
  5453.     stop moving down at line with open-brace or close-brace.
  5454.  
  5455.     * ange-ftp.el (ange-ftp-file-name-as-directory): Fix typo.
  5456.  
  5457. Thu Sep 17 14:31:04 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5458.  
  5459.     * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l;
  5460.     the latter is reserved for the user's purposes.
  5461.  
  5462. Wed Sep 16 21:27:17 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  5463.  
  5464.     * isearch-mode.el (isearch-ring-advance-edit): added missing
  5465.     closing paren to end of this function.
  5466.  
  5467. Wed Sep 16 20:45:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5468.  
  5469.     * rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from"
  5470.     message for zero-length files.
  5471.  
  5472. Tue Sep 15 17:04:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5473.  
  5474.     * term/x-win.el: Bind M-next to scroll-other-window.
  5475.  
  5476.     * etags.el (visit-tags-table-buffer): Only return nil if (null
  5477.     tags-table-list-pointer) when CONT is t, not anything non-nil.
  5478.  
  5479.     * etags.el (tags-apropos): Pass arg to tags-apropos-function.
  5480.  
  5481.     * mailabbrev.el: Delete comment about needing papers.  We have them.
  5482.  
  5483.     * etags.el (tags-apropos): Start FIRST-TIME as t, not nil.
  5484.     Set it to nil inside the loop.
  5485.  
  5486. Tue Sep 15 03:21:44 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5487.  
  5488.     * simple.el (previous-history-element): Doc fix.
  5489.  
  5490.     * isearch-mode.el (isearch-event-data-type):
  5491.     Renamed from isearch-events-exist.
  5492.     (isearch-frames-exist): Set properly in Emacs 18.
  5493.     (isearch-mode): Use baud-rate as variable, not function.
  5494.     (isearch-abort): Use nil as 2nd arg to `signal'.
  5495.     (isearch-ring-advance-edit, isearch-ring-retreat-edit): Fns deleted.
  5496.     (isearch-ring-adjust-edit): Fns deleted.
  5497.     (isearch-done): Add new string to ring unless matches newest elt.
  5498.     Don't update the yank pointers.
  5499.     (isearch-repeat): Always use newest elt of ring.
  5500.     (isearch-mode): Set *search-ring-yank-pointer to nil.
  5501.     (isearch-edit-string): Set cursor-in-echo-area to nil after read-char.
  5502.     Use read-from-minibuffer and specify a ring as history.
  5503.     (*search-ring-yank-pointer): Value now integer or nil.
  5504.     (isearch-ring-adjust1): Modify yank pointer usage accordingly.
  5505.  
  5506. Mon Sep 14 20:10:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5507.  
  5508.     * dabbrev.el: Change provide to 'dabbrev from 'dabbrevs.
  5509.  
  5510.     * etags.el (find-tag-noselect, next-file, list-tags, tags-apropos):
  5511.     Call visit-tags-table-buffer with nil, not 'reset.
  5512.     (tags-expand-table-name): New function.
  5513.     (tags-table-list-member): New function.
  5514.     (tags-next-table): New function.
  5515.     (visit-tags-file): Folded into visit-tags-table-buffer.
  5516.     (tags-table-list-started-at): New defvar.
  5517.     (visit-tags-table-buffer): Rewritten.  No longer groks 'reset arg.
  5518.     For 'same, just expand tags-file-name.
  5519.     For t, use tags-next-table, and skip over nonexistent files.
  5520.     Use tags-table-list-member to search lists.
  5521.     Set tags-table-list-started-at.
  5522.     (visit-tags-table): Use (visit-tags-table-buffer 'same) in place of
  5523.     visit-tags-file.
  5524.     (tags-table-parent-pointer-list): Doc fix.
  5525.     (tags-table-including): New function, subr of visit-tags-table-buffer.
  5526.  
  5527. Mon Sep 14 19:02:22 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5528.  
  5529.     * gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing,
  5530.     instead of C-c C-c.  C-c C-c should be comint-interrupt-subjob;
  5531.     it's important to have that available, and the C-c C-c binding is
  5532.     consistent with all the other comint-derived modes.
  5533.  
  5534. Mon Sep 14 18:31:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5535.  
  5536.     * isearch-mode.el: Add global key bindings.
  5537.     (isearch-mode-map): Use only define-key, not aset.
  5538.     Don't try using length of keymap.
  5539.     (isearch-update): Handle unread-command-char properly for Emacs 19.
  5540.     (isearch-switch-frame-handler): Use select-frame to switch frames.
  5541.     (isearch-pre-command-hook): Commented out.
  5542.     (search-upper-case): Renamed from search-caps-disable-folding.
  5543.  
  5544. Mon Sep 14 14:41:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5545.  
  5546.     * etags.el (visit-tags-file): Return t iff tags file exists.
  5547.     (visit-tags-table): Error if file doesn't exist.
  5548.     (tags-next-table): New function, code broken out from
  5549.     visit-tags-table-buffer.
  5550.     (visit-tags-table-buffer): Use it.
  5551.     Skip over nonexistent files in the tags-table-list.
  5552.     (find-tag-in-order): When (not FIRST-SEARCH), call
  5553.     visit-tags-table-buffer with 'same, not nil.
  5554.  
  5555.     * etags.el (visit-tags-file): Check for file being a directory here.
  5556.     (visit-tags-table-buffer): Not here.
  5557.     (visit-tags-table): Or here.
  5558.  
  5559. Mon Sep 14 01:54:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5560.  
  5561.     * rmail.el (rmail-retry-failure): Bind off mail-signature and
  5562.     mail-setup-hook.
  5563.     (rmail-forward): Likewise.
  5564.  
  5565.     * loaddefs.el: Added autoloads for dabbrev.  (That section got lost.)
  5566.  
  5567.     * simple.el (repeat-complex-command): Get rid of strings added
  5568.     to command-history by read-from-minibuffer.
  5569.     Don't bind minibuffer-history-variable here.
  5570.     (previous-matching-history-element): Read argument manually,
  5571.     with a special history list.  Delete this command from command-history.
  5572.     Fix arithmetic for counting N.
  5573.     (next-matching-history-element): Likewise.
  5574.     (minibuffer-history-search-history): New variable.
  5575.  
  5576.     * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol.
  5577.     (eval-expression, edit-and-eval-command): Use read-expression-map.
  5578.     (repeat-complex-command): Likewise.
  5579.  
  5580. Sun Sep 13 14:13:23 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5581.  
  5582.     * compile.el: Fix first lines of doc strings.
  5583.     (compilation-sentinel): Use local value of compilation-finish-function.
  5584.     (compilation-num-errors-found): New variable.
  5585.     (compilation-parse-errors): Use that, not `nfound'.
  5586.     * diff.el (diff-parse-differences): Likewise.
  5587.  
  5588.     * lisp-mode.el (save-match-data): Define indentation.
  5589.  
  5590.     * files.el (file-local-copy): New function, replaces diff-prepare.
  5591.  
  5592.     * subr.el (save-match-data): New macro.
  5593.     * files.el (insert-directory): Use that macro.
  5594.     (file-name-sans-versions): Likewise.
  5595.     * dired-aux.el (dired-compress-file): Likewise.
  5596.     * diff.el (diff-old-file, diff-new-file): Vars declared.
  5597.     (diff-old-temp-file, diff-new-temp-file): Vars declared.
  5598.     (dired-add-entry): Pass t as wildcard arg to insert-directory.
  5599.     (diff): Use compilation-finish-function to delete temp files.
  5600.  
  5601.     * comint.el (comint-mode): Reinsert kill-all-local-variables.
  5602.     Delete kludges to preserve comint-ptyp and comint-input-ring.
  5603.     (comint-ptyp): Move declaration before uses.  Make permanent.
  5604.     (comint-input-ring): Make permanent.
  5605.     (comint-input-ring-index): Declare it.
  5606.  
  5607.     * bytecomp.el (byte-compile-report-error):
  5608.     Set byte-compiler-have-errors.
  5609.     (byte-compile-file): Don't kill ` *Compiler Input*' buffer if error.
  5610.     Put input and output buffers in local vars when made.
  5611.     Make two separate save-excursion forms, excluding the call
  5612.     to byte-compile-from-buffer.
  5613.  
  5614.     * dired.el (dired-uncache): New function.
  5615.     (dired-revert, dired-insert-old-subdirs): Use it.
  5616.     (dired-view-file): Undo previous change.
  5617.  
  5618. Sun Sep 13 03:33:49 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5619.  
  5620.     * mouse.el: Change uses of 'K' interactive spec to 'e'.
  5621.  
  5622. Sun Sep 13 00:13:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5623.  
  5624.     * diff.el (diff): Call diff-prepare.  If we do have temporary files,
  5625.     tell diff to override their names in the listing; delete them at end.
  5626.     (diff-prepare): New function.
  5627.  
  5628.     * files.el (file-name-sans-versions): Support file-name-handler-alist.
  5629.     New arg KEEP-BACKUP-VERSION means don't delete backup versions. 
  5630.  
  5631.     * dired.el (dired-display-file, dired-find-file-other-window): 
  5632.     (dired-view-file, dired-find-file): Call file-name-sans-versions
  5633.     to remove non-backup version numbers.
  5634.  
  5635.     * dired-aux.el (dired-compress-file): New function.
  5636.     (dired-compress): Call that, to compress and determine new name.
  5637.  
  5638.     * files.el (insert-directory): New function; based on dired-ls.
  5639.     Supports file-name-handler-alist.
  5640.     (insert-directory-program): New variable.
  5641.     * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert):
  5642.     Use insert-directory.
  5643.     * dired.el (dired-readin-insert): Use insert-directory.
  5644.     (dired-ls, dired-ls-program): Deleted.
  5645.  
  5646. Sat Sep 12 04:41:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5647.  
  5648.     * autoload.el (update-file-autoloads): Use beginning of specified line.
  5649.  
  5650.     * loaddefs.el: Sort alphabetically by file name.
  5651.  
  5652.     * files.el (backup-buffer): If backup file to copy into exists 
  5653.     and is not writable, try deleting it.
  5654.  
  5655.     * ange-ftp.el: New version from Andrew Norman.
  5656.     Modified to use file-name-handler-alist.
  5657.     Get rid of the dummy shell mode.
  5658.     Rename many variables used free to start with ange-ftp.
  5659.     Don't do anything special for revert-buffer.
  5660.  
  5661. Fri Sep 11 03:06:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5662.  
  5663.     * mouse.el (x-fixed-font-alist): New variable.
  5664.     (mouse-set-font): New function, now on C-mouse-3.
  5665.  
  5666.     * term/x-win.el (scroll-bar-mode): New function (and variable too).
  5667.  
  5668.     * dired.el (dired-next-subdir, dired-subdir-index): Moved here
  5669.     * dired-aux.el: From here.
  5670.     * dired.el (dired-build-subdir-alist): Don't print msg after each dir.
  5671.     Clarify final message.    
  5672.  
  5673.     * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode.
  5674.     Move *.N pattern for nroff mode after ChangeLog.N.
  5675.  
  5676. Thu Sep 10 18:58:19 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5677.  
  5678.     * add-log.el (add-log-current-defun): Use eq instead of = when one
  5679.     side might be nil.
  5680.  
  5681. Wed Sep  9 19:53:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5682.  
  5683.         * frame.el (frame-notice-user-settings): In situations where we
  5684.     have to delete the existing frame and create a new one, redirect
  5685.     the dying frame's focus to the new frame, so that characters typed
  5686.     ahead won't get lost.
  5687.  
  5688.     * frame.el (frame-notice-user-settings): Explicitly include
  5689.     default-frame-alist in the frame parameter lists; it was nil
  5690.     before the .emacs file was loaded, and now we have to make sure it
  5691.     takes effect.
  5692.  
  5693.     * subr.el (keyboard-translate): keyboard-translate-table is a C
  5694.     variable; it's never unbound.  Assume it's bound, and create a new
  5695.     string if its current value is a non-array, or if the current
  5696.     array is too short to handle FROM or TO.
  5697.  
  5698. Tue Sep  8 15:25:58 1992  Joseph Arceneaux  (jla@geech.gnu.ai.mit.edu)
  5699.  
  5700.     * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the
  5701.     structure of this function:  Don't check to call
  5702.     mail-resolve-all-aliases unless we are actually in a header field
  5703.     where an abbrev should be expanded.
  5704.  
  5705. Sat Sep  5 19:19:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5706.  
  5707.     * c-mode.el (c-fill-paragraph): Fix the cases where point is before
  5708.     or after the comment.  This uses new var comment-start-place.
  5709.  
  5710. Fri Sep  4 04:59:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5711.  
  5712.     * rmail.el (rmail-unix-mail-delimiter): Expand this to recognize
  5713.     time zones after the date too.  Re-arranged some of the whitespace
  5714.     matching, to facilitate factoring out the time zone regexp.
  5715.     (rmail-nuke-pinhead-header): Deal with the timezone matched in
  5716.     either position.
  5717.  
  5718. Fri Sep  4 17:49:24 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5719.  
  5720.     * server.el: Add provide.
  5721.  
  5722. Fri Sep  4 01:20:40 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5723.  
  5724.     * c-mode.el (calculate-c-indent): Delete stray setq of tem.
  5725.     (c-fill-paragraph): If line contains any comment, treat as comment.
  5726.  
  5727.     * add-log.el (change-log-mode): Match start of word at start of line.
  5728.     * page.el (forward-page): Handle page delim that matches null string.
  5729.  
  5730.     * rmail.el (rmail-mode): Doc fix.
  5731.  
  5732.     * shell.el (shell): Doc fix.
  5733.  
  5734.     * sendmail.el (mail-do-fcc): Copy code from Emacs 18 to add time zone.
  5735.  
  5736. Thu Sep  3 20:04:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5737.  
  5738.     * rmail.el (rmail-unix-mail-delimiter): Split this up and comment
  5739.     its various components so it looks a bit less like three lines of
  5740.     garbage.
  5741.  
  5742. Wed Sep  2 19:15:42 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5743.  
  5744.     * compile.el (compile-goto-error): Move to bol before looking for
  5745.     the error.
  5746.  
  5747. Wed Sep  2 18:09:41 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5748.  
  5749.     * c-mode.el (c-auto-newline): Added backslashed before quotes in
  5750.     docstring.
  5751.  
  5752. Tue Sep  1 15:05:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5753.  
  5754.     * lpr.el (lpr-command): Make this autoload.
  5755.  
  5756.     * fill.el (justify-current-line): Fix escape syntax of regexp constant.
  5757.  
  5758. Mon Aug 31 20:24:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5759.  
  5760.     * files.el (enable-local-eval): Default value is `maybe'.
  5761.     (hack-local-variables): Ask just once about `eval:', not each time.
  5762.  
  5763. Mon Aug 31 19:22:20 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5764.  
  5765.     * loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist.
  5766.  
  5767. Mon Aug 31 02:26:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5768.  
  5769.     * loadup.el: Delete old DOC-M.N.O file before copying to it.
  5770.  
  5771.     * c-mode.el (calculate-c-indent): Recognize the Emacs DEFUN macro.
  5772.     Do condition-case around sexp functions when checking for
  5773.     function arg decls.
  5774.     (c-fill-paragraph): Detect comment starting after code on current line.
  5775.     Exclude everything before line where comment starts.
  5776.  
  5777.     * add-log.el (add-log-current-defun): Fix test for LOCATION
  5778.     in range, for instace of DEFUN macro.
  5779.  
  5780.     * simple.el (open-line): Fix fill-prefix case.
  5781.  
  5782.     * loaddefs.el: Swap bindings of C-x a i l and C-x a i g.
  5783.     The former is now for mode abbrevs and the latter for global.
  5784.  
  5785. Sun Aug 30 21:57:08 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5786.  
  5787.     * mouse.el: Add bindings for down-mouse-1, drag-mouse-1,
  5788.     S-mouse-3, C-mouse-1.
  5789.     Add real keybindings for scroll bar commands.
  5790.     (help-menu-map): New tree of menu-maps, on C-mouse-2.
  5791.     (mouse-buffer-menu): New function.
  5792.  
  5793. Sat Aug 29 04:25:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5794.  
  5795.     * c-mode.el (calculate-c-indent): If taking indent from prev stmt
  5796.     and it starts with an {, subtract c-brace-offset.
  5797.  
  5798. Thu Aug 27 00:22:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5799.  
  5800.     * add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly.
  5801.  
  5802. Mon Aug 24 18:47:15 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5803.  
  5804.     * rnewspost.el (news-setup): Don't use kill-line; that puts
  5805.     trash in the kill ring; instead, use delete-region.
  5806.  
  5807.     * mouse.el (mouse-kill, mouse-set-point): Remember that
  5808.     event-point does not always return a number; it may return
  5809.     `mode-line' or `vertical-line'.
  5810.  
  5811.     * simple.el (prefix-arg-internal): Make sure that the key
  5812.     sequence is a string before comparing it against "0" and "9".
  5813.  
  5814. Mon Aug 24 18:07:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5815.  
  5816.     * etags.el (etags-recognize-tags-table): Don't print message.
  5817.  
  5818. Fri Aug 21 03:18:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5819.  
  5820.     * simple.el: Doc fixes.
  5821.  
  5822. Wed Aug 19 04:13:25 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5823.  
  5824.     * sendmail.el (mail-signature-file): Undo the previous change -
  5825.     replace this with mail-signature.  The manual has already gone to
  5826.     the printer.
  5827.     (mail-setup): Use mail-signature, rather than mail-signature-file.
  5828.     (mail-signature): Use "~/.signature", rather than
  5829.     mail-signature-file.
  5830.     (mail): Doc fix.
  5831.  
  5832. Wed Aug 19 03:03:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5833.  
  5834.     * rmail.el (rmail): Bind enable-local-variables, not inhibit...
  5835.  
  5836.     * sendmail.el (mail-setup): Don't use mail-signature-file
  5837.     if nonexistent.  Insert just one newline if no signature.
  5838.  
  5839. Tue Aug 18 17:18:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5840.  
  5841.     * rmail.el (rmail-next-undeleted-message): No error at eob,
  5842.     just message.  (This reverses the previous change.)
  5843.  
  5844. Mon Aug 17 14:28:46 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5845.  
  5846.     * sendmail.el (mail-signature): Variable replaced with...
  5847.     (mail-signature-file): This, since this is the way all the
  5848.     other lisp packages do it, and it's how people always say they
  5849.     want it on the mailing lists.
  5850.     (mail-setup, mail-signature): Adjusted accordingly.
  5851.     (mail): Doc fix.
  5852.  
  5853. Mon Aug 17 23:13:23 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5854.  
  5855.     * sort.el (sort-subr): No progress messages if sorting less than 50k.
  5856.  
  5857. Mon Aug 17 13:56:14 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5858.  
  5859.         * solar.el (sunrise-sunset): Get various values set properly when
  5860.         there is (or isn't) a double prefix arg.
  5861.  
  5862. Fri Aug 14 13:24:20 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5863.  
  5864.     * timer.el (run-at-time, timer-process-filter): The character
  5865.     used to separate the time from the token in input to the timer
  5866.     subprocess used to be ?\001, which is not human-readable.
  5867.     Make it ?@, which is.
  5868.  
  5869. Fri Aug 14 03:50:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5870.  
  5871.     * info.el (Info-find-node): Be more flexible about format of
  5872.     tags table.
  5873.  
  5874. Thu Aug 13 20:14:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5875.  
  5876.     * unrmail.el: New file.
  5877.  
  5878. Thu Aug 13 15:01:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5879.  
  5880.         * hideif.el (hide-ifdef-mode): Made this function autoload.
  5881.     (hide-ifdef-initially, hide-ifdef-read-only,
  5882.     hide-ifdef-lines): Make these variables autoload.
  5883.  
  5884. Wed Aug 12 14:37:41 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5885.  
  5886.     * compile.el (grep-regexp-alist): New defvar.
  5887.     (grep): Pass grep-regexp-alist to compile-internal.
  5888.  
  5889.     * etags.el (find-tag-noselect): If NEXT-P,
  5890.     (visit-tags-table-buffer 'same) first.
  5891.  
  5892.     * add-log.el: Add (provide 'add-log).
  5893.  
  5894. Wed Aug 12 02:48:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5895.  
  5896.     * add-log.el (change-log-mode): Make it autoload.
  5897.  
  5898. Wed Aug 12 01:49:56 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5899.  
  5900.     * frame.el (initial-frame-alist): Change the initial frame
  5901.     alist from ((minibuffer . nil)), which asks for no minibuffer,
  5902.     to ((minibuffer . t)), which asks for a minibuffer.
  5903.  
  5904.         * term/x-win.el: Don't call set-input-mode from here; it's
  5905.     already taken care of in x_term_init, which is called from
  5906.     Fx_open_connection.  Rah.
  5907.  
  5908. Tue Aug 11 21:35:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5909.  
  5910.     * calendar.el, diary.el, diary-insert.el, holidays.el,
  5911.     cal-french.el cal-mayan.el, solar.el, lunar.el: Installed the
  5912.     latest update of this calendar stuff from that calendar guy, Ed
  5913.     Reingold.  Entries for his changes have been inserted in this
  5914.     file, ordered by date amongst the rest of the changes.
  5915.     * diary-add.el: This has become diary-insert.el.
  5916.     * calendar.el (generate-calendar-window,
  5917.     update-calendar-mode-line, calendar-set-mode-line): Replace uses
  5918.     of screen-width with frame-width.
  5919.     * diary.el (simple-diary-entry, fancy-diary-entry): Same.
  5920.  
  5921. Tue Aug 11 03:25:08 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5922.  
  5923.     * simple.el (eval-expression): Doc fix.
  5924.  
  5925. Mon Aug 10 17:24:27 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5926.  
  5927.     * add-log.el (add-log-current-defun): Protect against "Unbalanced
  5928.     parens" error from down-list.
  5929.  
  5930. Mon Aug 10 10:19:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5931.  
  5932.     * frame.el (set-screen-width, set-screen-height): Make the
  5933.     docstring say that these are obsolete.
  5934.     (screen-width, screen-height, set-screen-width,
  5935.     set-screen-height): Apply make-obsolete to these.
  5936.  
  5937. Mon Aug 10 09:03:24 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5938.  
  5939.         * calendar.el (calendar-mode): Update mode line.
  5940.  
  5941.         * calendar.el (calendar-read-date): New function.
  5942.         (calendar-goto-date): Use it.
  5943.  
  5944.         * holidays.el (holidays): Optional prefix arg causes prompting for
  5945.         month and year.
  5946.  
  5947.         * calendar.el (calendar-interval): Fix doc string.
  5948.  
  5949.         * calendar.el (calendar): Changed use of prefix arg--now it causes
  5950.         prompting for the month and year.
  5951.         (regenerate-calendar-window): Renamed generate-calendar-window.
  5952.         Changed optional argument from an offset from the current month to
  5953.         a month, year pair.
  5954.         (redraw-calendar, calendar-current-month, scroll-calendar-left,
  5955.         calendar-other-month): Change calls from regenerate-calendar-window
  5956.         to generate-calendar-window.
  5957.  
  5958. Sat Aug  8 18:08:46 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5959.  
  5960.         * vc.el (vc-revert-buffer): Use yes-or-no-p.  Doc fix.
  5961.  
  5962.         * Reinstalled a loaddefs.el backup dated Aug 4.
  5963.         The installed copy seems to be a very old version.
  5964.  
  5965. Sat Aug  8 13:37:31 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5966.  
  5967.     * frame.el (set-screen-width, set-screen-height): Changed these
  5968.     from fset aliases to actual functions, since they aren't supposed
  5969.     to take a frame argument, while set-frame-{width,height} do.
  5970.  
  5971. Fri Aug  7 17:13:23 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5972.  
  5973.     * add-log.el (add-log-current-defun): Handle ansidecl DEFUN macros.
  5974.     (change-log-mode): Doc fix.
  5975.  
  5976.     * add-log.el (add-log-current-defun): Use an intelligent regexps
  5977.     instead of many looking-at calls.  Use memq instead of (or (eq x a)
  5978.     (eq x b)).  Stupidity reigns.
  5979.  
  5980. Fri Aug  7 04:51:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5981.  
  5982.     * frame.el (set-frame-width, set-frame-height): Functions deleted
  5983.     *again*.  Where did these come from?
  5984.  
  5985.     * bytecomp.el: Merged changes up to version 2.08 of the
  5986.     Zawinski-Furuseth compiler.  Added a comment above the declaration
  5987.     of byte-compile-version indicating this, to assist future patchers.
  5988.     (byte-compile-warnings): Doc fix.
  5989.     (byte-recompile-directory): Ignore CVS subdirectories, as well as
  5990.     RCS dirs.
  5991.     * byte-opt.el: Correctly extract the components of a compiled
  5992.     function object.
  5993.  
  5994.     * bytecomp.el (byte-compile-warnings): Have this default to t,
  5995.     since Zawinski says everyone likes the warnings about unbound
  5996.     variables.  
  5997.  
  5998.     * appt.el (appt-issue-message, appt-message-warning-time,
  5999.     appt-audible, appt-visible, appt-display-mode-line,
  6000.     appt-msg-window, appt-display-duration, appt-display-diary): Added
  6001.     ;;;###autoload cookies for these variables, since they are options
  6002.     for the user to set.
  6003.     * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save,
  6004.     tex-run-command, latex-run-command, latex-block-names,
  6005.     slitex-run-command, tex-bibtex-command, tex-dvi-print-command,
  6006.     tex-alt-dvi-print-command, tex-dvi-view-command,
  6007.     tex-show-queue-command, tex-default-mode, tex-open-quote,
  6008.     tex-close-quote): Same.
  6009.  
  6010. Thu Aug  6 19:44:31 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6011.  
  6012.     * add-log.el (add-log-current-defun): Use eq instead of = when one
  6013.     side might be nil.
  6014.  
  6015.     * compile.el (compilation-mode-map): Change
  6016.     compilation-previous/next-file bindings to M-{ and M-}.
  6017.  
  6018. Wed Aug  5 00:41:53 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6019.  
  6020.     * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*,
  6021.     byte-compile-named-accessors): Deleted.
  6022.     (first, second, ... tenth, rest): Define these with defsubst, to
  6023.     get the same effect.
  6024.     (byte-compile-ca*d*r): Deleted.
  6025.     (caar, cadr, ..., cddddr): Define these using defsubst.
  6026.  
  6027.     * Installed changes from Zawinski-Furuseth 2.04 to 2.07:
  6028.     * byte-run.el (dont-compile): Doc fix.
  6029.     (make-obsolete-variable): New function.
  6030.     * bytecomp.el (byte-compile-log-1): Added new optional argument,
  6031.     FILL; if it is non-nil, reformat the error message.
  6032.     (byte-compile-warn): Use that flag.
  6033.     (byte-recompile-directory): Offer to recompile subdirectories.  If
  6034.     prefix argument is zero, create .elc files for those .el files
  6035.     which lack them, without asking.
  6036.     (byte-compile-output-form, byte-compile-output-docform): Disable
  6037.     print-gensym while writing the form.
  6038.     (byte-compile-form): Warn if t or nil are called as functions.
  6039.     (byte-compile-variable-ref): Check for, and warn about, obsolete
  6040.     variable uses.
  6041.     (byte-set-marker, byte-string=, byte-string<, byte-setcar,
  6042.     byte-setcdr, byte-rem): Define these with byte-defop-compiler19,
  6043.     not plain byte-defop-compiler.
  6044.     (auto-fill-hook, blink-paren-hook, lisp-indent-hook,
  6045.     temp-buffer-show-hook, inhibit-local-variables): Declare these
  6046.     variables to be obsolete.
  6047.     * byte-opt.el (byte-optimize-apply): If the last argument to apply
  6048.     is a constant list, and we therefore decide to turn this into a
  6049.     funcall, then don't forget to quote all the elements of the
  6050.     constant list.
  6051.  
  6052.     * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program,
  6053.     inferior-lisp-load-command, inferior-lisp-prompt,
  6054.     inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload
  6055.     cookies for these.
  6056.  
  6057.     * bytecomp.el (byte-compile-warnings): When choosing the default
  6058.     value for this variable, don't forget to apply delq to a COPY of
  6059.     byte-compile-warning-types, so we don't nuke the `free-vars' flag
  6060.     altogether.
  6061.  
  6062. Tue Aug  4 21:08:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6063.  
  6064.     * rmail.el (rmail-search): Fix typo (premature ref to reversep).
  6065.     Choice of amount to increment n by was backwards.    
  6066.     (rmail-search-backwards): Setting of reversep was backwards.
  6067.  
  6068. Tue Aug  4 18:30:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6069.  
  6070.     * compile.el (compilation-next-file): Use FILE instead of "This"
  6071.     in error for moving too far.
  6072.  
  6073. Tue Aug  4 17:39:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6074.  
  6075.     * comint.el (comint-mode-map): Set to nil at load time.
  6076.  
  6077.     * lint.el: File deleted.
  6078.  
  6079. Tue Aug  4 17:28:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6080.  
  6081.     * compile.el (compilation-parse-errors): Write progress messages
  6082.     on all regexp matches, not just errors.
  6083.  
  6084. Tue Aug  4 13:08:26 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6085.  
  6086.     * view.el (view-mode): teach this how to use help-char.
  6087.  
  6088.     * info.el (Info-mode): scroll-up, scroll-down now do the right
  6089.     thing for preorder browsing when the beginning/end of the node
  6090.     is visible.  RET now goes to the next preorder node.  These
  6091.     changes make sequential reading of info subtrees easier.
  6092.  
  6093. Tue Aug  4 01:01:00 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6094.  
  6095.     * appt.el (appt-make-list): Add ;;;###autoload cookie for this
  6096.     function.
  6097.  
  6098.     * vc-hooks.el: Removed autoloads; this task is better performed by
  6099.     the autoload cookies.
  6100.     * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers,
  6101.     vc-directory, vc-create-snapshot, vc-retrieve-snapshot,
  6102.     vc-print-log, vc-revert-buffer, vc-cancel-version,
  6103.     vc-update-change-log): Added the ;;;###autoload cookies to these
  6104.     functions, since they get bound to keys in the global keymap.
  6105.     * loadup.el: Load vc-hooks.el.
  6106.  
  6107. Mon Aug  3 20:52:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6108.  
  6109.     * compile.el (compile-error-at-point): New function.
  6110.     (compilation-next-error): Use it.
  6111.     (compile-file-of-error): New function.
  6112.     (compilation-next-file, compilation-previous-file): New functions.
  6113.     (compilation-mode-map): Bind C-x [ and C-x ] to them.
  6114.  
  6115. Mon Aug  3 18:33:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6116.  
  6117.     * compile.el (next-error): Call compile-reinitialize-errors with
  6118.     3rd arg of ARGP-1, not ARGP.
  6119.     (compile-reinitialize-errors): Don't need to parse if
  6120.     compilation-parsing-end is past LIMIT-SEARCH.
  6121.     (compilation-next-error): Rewritten to use compile-reinitialize-errors
  6122.     limiting args.
  6123.     (compile-reinitialize-errors): Don't parse at all if
  6124.     compilation-parsing-end is at (point-max).
  6125.  
  6126.     * loaddefs.el (complete-tag): Define here to always error; loading
  6127.     etags will redefine it.
  6128.  
  6129.     * etags.el (complete-tag): Error if no tags table loaded.
  6130.  
  6131. Mon Aug  3 17:11:41 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6132.  
  6133.     * ebuff-menu.el, echistory.el, help.el, hexl.el: teach these packages
  6134.     to use help-char, and add the appropriate magic to doc strings.
  6135.  
  6136. Mon Aug  3 15:20:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6137.  
  6138.     * gud.el (gud-def): If KEY is nil, don't make a binding.
  6139.  
  6140. Mon Aug  3 14:50:40 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6141.  
  6142.         * diary.el (print-diary-entries): Rewrote to work for either
  6143.         simple or fancy diary display.
  6144.         (add-diary-heading): Deleted--incorporated into print-diary-entries.
  6145.         * calendar.el (print-diary-entries-hook): Change default value.
  6146.  
  6147. Mon Aug  3 12:41:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6148.  
  6149.     * add-log.el (change-log-mode): Doc fix.
  6150.  
  6151.     * map-ynp.el (map-y-or-n-p): Use key-description for USER-KEYS.
  6152.  
  6153. Mon Aug  3 05:19:24 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6154.  
  6155.     * simple.el (current-kill): Reinstate interprogram-paste feature.
  6156.     It doesn't seem to be wedged for me, and I can't find out how it is 
  6157.     wedged unless it's enabled.
  6158.  
  6159.     * terminal.el (terminal-map, terminal-escape-map,
  6160.     terminal-more-break-map): Apply fillarray to the cadr of the map,
  6161.     not to the map itself; dense keymaps are no longer vectors.
  6162.     * ehelp.el (electric-help-map): Same here.
  6163.  
  6164.     * bytecomp.el (byte-compile-file): Don't catch errors here.
  6165.     (displaying-byte-compile-warnings): Catch them here.  This way,
  6166.     errors get caught no matter which compilation entry point we use;
  6167.     anyplace that can report warnings, also catches errors.
  6168.  
  6169.     * sun-cursors.el: Require 'cl, for the sake of the push macro.
  6170.     (sc::pic-ins-at-mouse): Call move-to-column with the FORCE
  6171.     argument true, instead of calling an unknown function named
  6172.     `move-to-column-force'.
  6173.  
  6174.     * medit.el (medit-zap-define-to-mdl): Fix interactive spec.
  6175.     (medit-zap-define-to-mdl): Change `medit-save-defun' to
  6176.     `medit-save-define'.
  6177.     (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl):
  6178.     Changed `medit-go-to-mdl' to `medit-goto-mdl'.  Did anyone ever
  6179.     try this code?
  6180.  
  6181. Sun Aug  2 00:39:59 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6182.  
  6183.     * comint.el: Fix message syntax.
  6184.     (comint-previous-similar-input): Use error, not message.
  6185.  
  6186.     * files.el (save-some-buffers): Use C-r, not v, to look at a buffer.
  6187.     Use view-buffer and a recursive edit to do it.
  6188.  
  6189.     * view.el: Delete key bindings for C-x v and C-x 4 v.
  6190.     (View-scroll-lines-forward, view-helpful-message):
  6191.     Use view-exit, not exit-recursive-edit.
  6192.  
  6193.     * map-ynp.el: Fix prompt.
  6194.  
  6195.     * dired.el (dired-why): Don't use save-excursion.
  6196.     (dired-change-marks): New command.    
  6197.     (dired-mode-map): Put dired-change-marks on c.
  6198.     Put dired-do-kill-lines on k.
  6199.  
  6200.     * dired-aux.el: Require dired.el for compilation.
  6201.     (dired-bunch-files): Was duplicating PENDING in apply calls.  Fixed.
  6202.     (dired-do-shell-command, dired-run-shell-command):
  6203.     Delete arg IN-BACKGROUND; rely on including & at end of command.
  6204.     (dired-run-shell-command): Return nil.
  6205.     (dired-do-shell-command): Accept COMMAND as arg; use minibuf
  6206.     within `interactive'.
  6207.     (dired-create-files, dired-handle-overwrite): 
  6208.     Rename overwrite-confirmed to dired-overwrite-confirmed.
  6209.     (dired-do-kill-lines): Handle prefix arg as number of lines to kill.
  6210.     (dired-kill-line-or-subdir): Deleted. 
  6211.  
  6212. Sat Aug  1 22:35:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6213.  
  6214.     * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do
  6215.     mail-aliases-setup if necessary before completing for interactive.
  6216.     (build-mail-aliases): Changed parsing regexp.
  6217.  
  6218.     * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST.
  6219.     If non-nil, stop after parsing that many new errors.
  6220.     (compilation-parse-errors-function): Document 2nd arg.
  6221.     (compile-reinitialize-errors): Take optional 3rd arg; pass to parser.
  6222.     (next-error): Pass repeat count to compile-reinitialize-errors.
  6223.     * diff.el (diff-parse-differences): Take same new arg.
  6224.  
  6225.     * reposition.el (C-l): Fix typo.
  6226.  
  6227. Sat Aug  1 15:00:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6228.  
  6229.     * comint.el: ring-* functions deleted--get them from ring.el.
  6230.  
  6231.     * ring.el (ring-mod): Renamed from comint-mod.
  6232.     Provide `ring', not history'.
  6233.     (make-ring, ring-p): Add autoloads.    
  6234.     * history.el: Link deleted.
  6235.  
  6236.     * c-mode.el (c-up-conditional): New function.
  6237.  
  6238.     * add-log.el (add-log-current-defun): In C and Lisp, verify the defun
  6239.     really starts at or before the original point.
  6240.  
  6241. Sat Aug  1 10:41:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6242.  
  6243.     * mailalias.el: Provide 'mailalias.
  6244.     * mailpost.el: Require 'mailalias and 'sendmail, since we use
  6245.     expand-mail-aliases and mail-do-fcc.
  6246.  
  6247.     * mail-extr.el (mail-extract-address-components, variant-method):
  6248.     Use buffer-disable-undo instead of buffer-flush-undo; the latter
  6249.     is obsolete.
  6250.  
  6251.     * lpr.el (print-region-new-buffer): Added arguments START and END;
  6252.     this used to use dynamic scope, but it makes things less readable.
  6253.     (print-region-1): Always call this with two arguments, not
  6254.     sometimes two and sometimes none.
  6255.  
  6256.     * lint.el: Require 'compile.
  6257.     (compilation-convert-lint): Call set-buffer with only one argument.
  6258.  
  6259.     * life.el: Move the definitions of the macros out of the require
  6260.     clause; the new compiler seems to handle the macros correctly.
  6261.     (life): Add an autoload cookie for this.
  6262.     (life-display-generation): If the sit-for returns before the
  6263.     timeout has elapsed, exit the life loop.
  6264.  
  6265.     * ledit.el (ledit-setup): Use shared-lisp-mode-map, instead of
  6266.     lisp-mode-commands.
  6267.  
  6268.     * kermit.el (kermit-send-input-cr): comint-send-input doesn't
  6269.     accept any arguments.  Instead of applying comint-send-input to
  6270.     "\r", call comint-send-input on no arguments, and then use
  6271.     comint-send-string to send the carriage return.
  6272.     (kermit-clean-filter): Call re-search-backward, not
  6273.     re-search-backware.
  6274.     (kermit-clean-on): Remove extra quote from doc string.
  6275.  
  6276.     * informat.el (batch-info-validate): Don't pass any arguments to
  6277.     Info-tagify; it doesn't want any.
  6278.  
  6279.     * hideif.el (hif-endif-to-ifdef): Fix munged comment which was
  6280.     interfering with parsing.
  6281.  
  6282.     * hexl.el (hexl-next-line): Fixed up malformed let binding.
  6283.  
  6284.     * bytecomp.el (byte-compile-file): Catch errors that occur during
  6285.     compilation, and record them in the compilation log.  This allows
  6286.     us to find the name of the guilty file when we get a "invalid read
  6287.     syntax" error or some such.
  6288.  
  6289.     * gud.el: Require `etags', not `tags'.
  6290.     (sdb): Move interactive spec to top of function, just under doc string.
  6291.     (gud-read-address, send-gud-command): Use the point and point-max
  6292.     function instead of dot and dot-max; the latter two are obsolete.
  6293.  
  6294.     * gnus.el (gnus-Group-mode, gnus-Subject-mode,
  6295.     gnus-Subject-rmail-digest, gnus-Article-mode,
  6296.     gnus-output-to-rmail, gnus-output-to-file): Use
  6297.     buffer-disable-undo, instead of buffer-flush-undo; the latter is
  6298.     an obsolete name.
  6299.  
  6300.     * simple.el: Bind the `next' and `prior' function keys to
  6301.     next-history-element and previous-history-element in the
  6302.     minibuffer maps.  Clean up binding code.
  6303.  
  6304.     * two-column.el: Doc fixes.
  6305.  
  6306.     * loaddefs.el (function-keymap): Definition deleted; this has been
  6307.     superceded by function-key-map.
  6308.  
  6309.     * gomoku.el (gomoku-mode-map): Use function key symbols, instead
  6310.     of the keypad.el facilities.
  6311.  
  6312.     * edt.el: Converted to use the new function key events instead of
  6313.     keypad.el.  Don't require keypad.  Change global key bindings.
  6314.     (advance-direction, backup-direction): Bind the function key
  6315.     symbols directly in the global map, not in function-keymap.
  6316.     (edt-emulation-on): Doc fix.  This function will now work when
  6317.     called simply from .emacs; it doesn't need to be run after the
  6318.     terminal-dependent file has been loaded.
  6319.  
  6320.     * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
  6321.     Changed these to work correctly with the Zawinski-Furuseth byte
  6322.     compiler.
  6323.  
  6324. Fri Jul 31 13:01:45 1992  Robert J. Chassell  (bob@churchy.gnu.ai.mit.edu)
  6325.  
  6326.     * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. 
  6327.  
  6328. Fri Jul 31 10:17:35 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6329.  
  6330.         * calendar.el (calendar-string-spread): New function.
  6331.         (calendar-mode-line-format): Redefine it.
  6332.         (calendar-set-mode-line): Rewrite using new function.
  6333.         (update-calendar-mode-line): Rewrite using new function.
  6334.  
  6335. Fri Jul 31 00:04:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6336.  
  6337.     * startup.el (command-line-1): Mention info in startup message.
  6338.  
  6339. Thu Jul 30 22:27:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6340.  
  6341.     * byte-opt.el (byte-optimize-plus): Don't entirely eliminate the call.
  6342.     (byte-optimize-minus): Likewise.
  6343.     (byte-optimize-multiply,(byte-optimize-divide): Likewise.
  6344.  
  6345. Thu Jul 30 17:08:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6346.  
  6347.     * compile.el (compile-goto-error): Set compilation-error-list to
  6348.     the one we want, not the one before it.
  6349.     (next-error): Use the ARGP-1th, not ARGPth cdr of
  6350.     compilation-error-list.
  6351.  
  6352. Thu Jul 30 15:23:02 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6353.  
  6354.     * bytecomp.el (byte-compile-warnings): By default, do not display
  6355.     warnings about references free variables.
  6356.  
  6357. Thu Jul 30 00:30:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6358.  
  6359.     * sendmail.el (mail): Get rid of the multiple mail buffer feature.
  6360.  
  6361. Wed Jul 29 16:04:40 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6362.  
  6363.         * calendar.el (general-holidays, hebrew-holidays, local-holidays,
  6364.         christian-holidays, islamic-holidays, solar-holidays, other-holidays):
  6365.         New variables.
  6366.         (calendar-holidays): Use them to define the default value.
  6367.  
  6368.  
  6369. Wed Jul 29 00:56:29 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6370.  
  6371.     * comint.el (comint-mode-map): comint-previous-similar-input now M-r.
  6372.     (comint-previous-similar-input):
  6373.     Initialize comint-input-ring-index if nil.    
  6374.     (comint-previous-input-matching): Report ordinary error if fail.
  6375.     Initialize comint-input-ring-index if nil.    
  6376.     (comint-next-similar-input): New command, on M-s.
  6377.     (comint-previous-input): Always delete what was already given
  6378.     for the next input.  Initialize comint-input-ring-index if nil.
  6379.     (comint-send-input): Set comint-input-ring-index to nil.
  6380.  
  6381.     * field.el, cmushell.el: Files deleted.
  6382.  
  6383.     * co-isearch.el: File deleted; comint should have M-r and M-s
  6384.     like the minibuffer, instead.
  6385.  
  6386. Wed Jul 29 00:18:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6387.  
  6388.     * diff.el: Everything but diff and diff-backup removed.
  6389.     (diff-regexp-alist): New defvar.
  6390.     (diff-parse-differences): New defun.
  6391.     (diff): Use compile-internal.
  6392.     Take optional arg SWITCHES; interactively, prompt if prefix arg.
  6393.     (diff-backup): Take same new arg.
  6394.     Make this autoload.
  6395.  
  6396.     * compile.el (compilation-parse-errors): No message when we stop
  6397.     at LIMIT-SEARCH.
  6398.     (compile-reinitialize-errors): Don't short-circuit if passed
  6399.     a non-nil LIMIT-SEARCH.
  6400.     (compilation-next-error): New; bound to M-n.
  6401.     (compilation-previous-error): New; bound to M-p.
  6402.  
  6403. Tue Jul 28 22:54:02 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6404.  
  6405.     * compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p.
  6406.  
  6407. Tue Jul 28 22:15:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6408.  
  6409.     * texinfo.el (texinfo-mode-map): Move M-} and M-{ to C-c prefix.
  6410.  
  6411.     * simple.el (delete-indentation): Delete fill prefix from after join.
  6412.  
  6413. Tue Jul 28 18:12:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6414.  
  6415.     * map-ynp.el (map-y-or-n-p-help): Remove.
  6416.     (map-y-or-n-p): Take new arg ACTION-ALIST.
  6417.     Compute help string fully instead of using map-y-or-n-p-help.
  6418.     * files.el (save-some-buffers): Pass new arg to map-y-or-n-p, so
  6419.     `v' displays the buffer.  Change save-excursion to
  6420.     save-window-excursion; it was only there to restore the current
  6421.     buffer, and now display-buffer might change windows.
  6422.  
  6423.     * compile.el (compilation-parse-errors): Fix M-t-o on `found-desired'.
  6424.     (compilation-error-list): Doc fix.
  6425.     (compile-internal): Document to return the buffer.
  6426.     (next-error): Simplify code to set NEXT-ERRORS from
  6427.     compilation-error-list and ARGP.
  6428.     (compile-goto-error): Rewrote searching so it finds the error that
  6429.     point is in or after; the error need not start at bol.
  6430.     Restore current buffer after calling other-window.
  6431.  
  6432. Tue Jul 28 11:48:12 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6433.  
  6434.         * holidays.el (calendar-holiday-function-sexp):
  6435.         New function.
  6436.         *calendar.el (calendar-holidays): Describe it and use it for daylight
  6437.         savings.
  6438.  
  6439.         * calendar.el, cal-mayan.el, cal-french.el: Change names of all
  6440.         calendar-goto-next- or calendar-goto-previous- commands to
  6441.         eliminate the word "goto".
  6442.  
  6443.         Change names of all cursor-to-***-calendar-date commands to
  6444.         calendar-print-***-date.
  6445.  
  6446.         * diary.el (sort-diary-entries): New function.
  6447.  
  6448. Tue Jul 28 01:24:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6449.  
  6450.     * files.el (backup-extract-version): Copied from Emacs 18.
  6451.     (find-backup-file-name): Use that.
  6452.  
  6453.     * dired-aux.el (dired-clean-directory): Moved here.
  6454.     (dired-map-dired-file-lines, dired-collect-file-versions): 
  6455.     (dired-trample-file-versions): Likewise.
  6456.     * dired.el: Moved from here.
  6457.     (dired-clean-directory): Auto load added.
  6458.  
  6459.     * add-log.el (add-change-log-entry): Chase symlinks.
  6460.  
  6461. Mon Jul 27 16:24:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6462.  
  6463.     * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER.
  6464.  
  6465.     * add-log.el (add-log-current-defun): Handle C macros.
  6466.     Handle the DEFUN macro used in Emacs C sources.    
  6467.  
  6468. Mon Jul 27 13:27:44 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6469.  
  6470.     * compile.el (compilation-parse-errors): Take arg LIMIT-SEARCH;
  6471.     if non-nil stop parsing when we pass that location.
  6472.     (compilation-parse-errors-function): Document arg.
  6473.     (compile-reinitialize-errors): Take optional 2nd arg; pass to parser.
  6474.     (compile-goto-error): Pass (point) to compile-reinitialize-errors.
  6475.  
  6476.     * compile.el (compile-goto-error): Doc fix.
  6477.  
  6478.     * etags.el (find-tag): Fixed prompt.
  6479.     (tag-exact-match-p): Rewritten (again).
  6480.  
  6481.     * startup.el (command-line): Load site-start here.
  6482.     (normal-top-level): Not here.
  6483.  
  6484.     * etags.el: Remove M-? binding; move M-TAB binding to after defun.
  6485.  
  6486. Mon Jul 27 03:59:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6487.  
  6488.     * completion.el: Moved to external-lisp.
  6489.  
  6490.     * diff.el (diff-rcs, diff-sccs): Deleted.
  6491.  
  6492. Mon Jul 27 02:53:31 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6493.  
  6494.     * tar-mode.el (tar-subfile-save-buffer): whoever changed
  6495.     current-time forgot to check for breakage.  Added code to print
  6496.     the seconds parts of a (current-time) value as 11 octal digits
  6497.     (yes, this is nontrivial).
  6498.  
  6499. Sun Jul 26 22:37:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6500.  
  6501.     * simple.el (next-history-element): Fix error messages.
  6502.     (previous-matching-history-element): Likewise.
  6503.  
  6504.     * help.el (describe-function): Don't give the file name
  6505.     in the case of an autoloaded function.
  6506.  
  6507.     * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map):
  6508.     Add M-TAB as lisp-complete-symbol.
  6509.     * loaddefs.el: Delete binding of M-TAB.
  6510.     * etags.el: Add binding of M-TAB.    
  6511.  
  6512. Sun Jul 26 22:14:02 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6513.  
  6514.     * etags.el (tags-exact-match-p): Rewritten.
  6515.     (tags-with-syntax): New macro.
  6516.  
  6517. Sun Jul 26 19:20:33 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6518.  
  6519.         * calendar.el (calendar-cursor-to-date): Change `current-day' to
  6520.         `starred-day'.
  6521.         (calendar-star-date): Create and set buffer local var `starred-day'.
  6522.         (calendar-mode): Don't create buffer local vars current-month,
  6523.         current-day, current-year.
  6524.         (regenerate-calendar-window, calendar-current-date): Don't set
  6525.         buffer local vars current-month, current-day, current-year.
  6526.         (calendar, redraw-calendar, scroll-calendar-left,
  6527.         calendar-other-month, calendar-goto-date, calendar-goto-hebrew-date,
  6528.         calendar-goto-julian-date, calendar-goto-islamic-date,
  6529.         calendar-goto-iso-date): Use `calendar-current-date' instead of
  6530.         buffer local vars current-month, current-day, current-year.
  6531.  
  6532. Sun Jul 26 15:26:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6533.  
  6534.     * diff.el (diff-backup): New function.
  6535.     (diff-last-backup-file): Renamed from dired-last-backup-file.    
  6536.     * dired-aux.el (dired-backup-diff): Use diff-backup.
  6537.     (dired-last-backup-file): Moved and renamed.
  6538.     * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes.
  6539.  
  6540.     * help.el (command-apropos): Fix call to apropos for new arg.
  6541.     
  6542.     * finder.el (finder-by-keyword): Rewrite to read args in `interactive'
  6543.     and use with-output-to-temp-buffer.
  6544.  
  6545.     * startup.el (normal-top-level): Load site-start if it exists.
  6546.  
  6547.     * add-log.el (add-log-current-defun): In C, when moving back over arg
  6548.     decls, stop at beg of buffer.
  6549.     (add-change-log-entry): Likewise for blank lines at end of buffer.
  6550.  
  6551.     * picture.el (picture-mode-old-major-mode): Declared.
  6552.     (picture-mode-old-mode-name, picture-mode-old-local-map): Likewise.
  6553.     (picture-mode-map): Don't use aset directly; use define-key.
  6554.  
  6555.     * saveconf.el: File deleted.
  6556.  
  6557.     * rmail.el (rmail-search): Accept repeat count.
  6558.     (rmail-search-backwards): New command, on M-r.
  6559.  
  6560.     * simple.el (previous-matching-history-element): New command.  On M-r.
  6561.     (next-matching-history-element): New command.  On M-s.
  6562.  
  6563. Fri Jul 24 00:16:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6564.  
  6565.     * c-mode.el (c-beginning-of-statement): If in string or comment,
  6566.     move by sentences.
  6567.  
  6568.     * compile.el (compile-history): New variable.
  6569.     (compile): Specify history list copile-history, with
  6570.     compile-command as initial contents.
  6571.     (grep): Specify constant "grep -n" as initial input,
  6572.     and history list grep-history.
  6573.     (grep-command): Variable deleted.
  6574.  
  6575.     * replace.el (query-replace-read-args): New function.
  6576.     It reads two args using query-replace-history.    
  6577.     (query-replace, query-replace-regexp, replace-string):
  6578.     (replace-regexp): Use query-replace-read-args.
  6579.     (map-query-replace-regexp): Read args using query-replace-history.
  6580.     (perform-replace): Add local binding for `char'.
  6581.  
  6582.     * dired.el: Don't check for version 18.
  6583.     (dired-file-version-alist): New defvar.
  6584.     Use this instead of file-version-assoc-list.    
  6585.     (dired-shrink-to-fit): Default is always t.
  6586.     (dired-internal-do-deletions): remove-directory => delete-directory.
  6587.  
  6588.     * abbrev.el (define-abbrevs): Bind name, hook, exp, count.
  6589.  
  6590.     * replace.el (perform-replace): Fix typo: match-after => match-again.
  6591.     (map-query-replace-regexp): Delete duplicate definition.
  6592.  
  6593.     * subr.el (defun-inline): Commented out.
  6594.  
  6595.     * comint.el (comint-input-ring*): Renamed from input-ring*.
  6596.     (ring-remove, ring-rotate): use setcar, not set-car.
  6597.     * co-isearch.el: input-ring* renamed to comint-input-ring*.
  6598.  
  6599.     * tex-mode.el: Don't require comint.
  6600.     * comint.el (make-comint): Make this autoload.
  6601.  
  6602.     * case-table.el (describe-buffer-case-table): Move the describe-vector
  6603.     inside the let.
  6604.         
  6605.     * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done".
  6606.     Make last-depth local.
  6607.  
  6608. Thu Jul 23 22:53:46 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6609.  
  6610.     * flow-ctrl.el: fixed set-input-mode call broken by new third
  6611.       arg for meta control.  
  6612.  
  6613. Thu Jul 23 15:31:04 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6614.  
  6615.         * calendar.el (cursor-to-islamic-calendar-date,
  6616.         cursor-to-hebrew-calendar-date): Add phrase "until sunset" to message.
  6617.  
  6618.         * calendar.el (calendar-goto-astro-day-number,
  6619.         calendar-print-astro-day-number): New functions.
  6620.         (calendar-mode): Put them on keys and describe them.
  6621.         * diary.el (diary-astro-day-number): New function.
  6622.  
  6623.         * diary.el (diary-julian-date): New function.
  6624.  
  6625. Thu Jul 23 13:17:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6626.     
  6627.     * simple.el (current-kill): Ignore the interprogram paste feature;
  6628.     it is wedged.
  6629.     
  6630.     * paths.el (mh-lib, mh-prog): Add more alternatives.
  6631.  
  6632. Wed Jul 22 18:53:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6633.     
  6634.     * emerge.el (emerge-startup-hook, emerge-quit-hook):
  6635.     Renamed from ...-hooks.
  6636.         
  6637.     * dired.el (dired-display-file): New command, on C-o.    
  6638.         
  6639.     * files.el (ctl-x-4-map): display-buffer is now C-x 4 C-o.
  6640.     
  6641. Wed Jul 22 17:16:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6642.  
  6643.     * etags.el (visit-tags-table-buffer): Look for a tags table
  6644.     containing buffer-file-name's tags.
  6645.  
  6646. Wed Jul 22 17:04:14 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6647.  
  6648.     * etags.el (last-tag): New defvar.
  6649.     (find-tag-noselect): Set and use it.
  6650.  
  6651. Wed Jul 22 16:54:20 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6652.  
  6653.     * edebug.el, gnus.el, gnusmail.el, gnusmisc.el, gnuspost.el,
  6654.     hideif.el, isearch-mode.el, mh-e.el, mhspool.el, netunam.el,
  6655.     nnspool.el, nntp.el, scheme.el, xscheme.el: Removed RCS "$Header"
  6656.     and "$Log" files; K. Richard Pixley <rich@cygnus.com> says they
  6657.     cause trouble with patches.
  6658.  
  6659. Wed Jul 22 16:44:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6660.  
  6661.     * etags.el (find-tag-noselect): Properly return
  6662.     find-tag-in-order's value.
  6663.  
  6664. Wed Jul 22 12:55:43 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6665.  
  6666.     * bytecomp.el: Removed relative jump instructions.
  6667.     (byte-rel-goto-ops): Variable deleted.
  6668.     (byte-compile-lapcode): Code to recognize potential relative jumps
  6669.     and patch the PC into relative jumps removed.
  6670.     * byte-opt.el (disassemble-offset, byte-decompile-bytecode-1):
  6671.     Support for relative jumps removed.
  6672.  
  6673. Wed Jul 22 00:23:27 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6674.  
  6675.     * Removed all Last-Modified headers.
  6676.  
  6677. Tue Jul 21 23:14:54 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6678.     
  6679.     * files.el (trim-versions-without-asking): Non-nil, non-t value
  6680.     suppresses all trimming of excess backups.  This is so we can make
  6681.     the @!%$@ question at save time go away....
  6682.     
  6683. Tue Jul 21 21:15:37 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6684.  
  6685.     * simple.el (kill-ring-save): Display only if interactive-p.
  6686.  
  6687.     * c-mode.el (c-backslash-region): New command.
  6688.     (c-append-backslash, c-delete-backslash): New functions.
  6689.     * c++-mode.el (c++-macroize-region, backslashify-current-line):
  6690.     Deleted.
  6691.     (c++-comment-region, c++-uncomment-region): Deleted.
  6692.     comment-region works just fine.    
  6693.     (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted.
  6694.     (c++-point-bol): Renamed from point-bol.
  6695.     (c++-within-string-p): Renamed from within-string-p.
  6696.     (c++-count-char-in-string): Renamed from count-char-in-string.
  6697.     (fill-c++-comment): Renamed from fill-C-comment.
  6698.     (c++-insert-header): Deleted.
  6699.  
  6700. Tue Jul 21 19:29:21 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6701.  
  6702.     * inf-lisp.el: When creating inferior-lisp-mode-map, use
  6703.     shared-lisp-mode-map, instead of calling the function
  6704.     lisp-mode-commands; that doesn't exist any more.
  6705.     (inferior-lisp-args-to-list): Recurse, rather than
  6706.     calling tea-args-to-list, which doesn't exist.
  6707.     (inferior-lisp-mode): Always call lisp-mode-variables with one
  6708.     argument; there's no longer any need to adapt to different
  6709.     versions of Emacs.
  6710.  
  6711. Tue Jul 21 14:22:35 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6712.  
  6713.         * calendar.el (calendar-set-mode-line): New function.
  6714.         (list-yahrzeit-dates): Use it for mode line.
  6715.         * diary.el (simple-diary-display, fancy-diary-display): Use it for
  6716.         mode line.
  6717.         * diary.el (show-all-diary-entries): Use default mode line.
  6718.         * lunar.el (calendar-phases-of-moon): Use it for mode line.
  6719.         * holiday.el (list-calendar-holidays, calendar-cursor-holidays):
  6720.         Use it for mode line.
  6721.  
  6722. Tue Jul 21 13:57:56 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6723.  
  6724.     * dired.el (dired-remember-hidden): Fix typo in `following-char'.
  6725.  
  6726.     * add-log.el (add-change-log-entry): Avoid spurious whitespace
  6727.     when making new entry.  Delete excess blank lines.
  6728.     Really don't use "ChangeLog" as the file name in the entry.    
  6729.     Always put a space after the colon.    
  6730.     (add-log-current-defun): Verify the defun actually contains point.
  6731.     Handle the lines of a C function before the open brace.
  6732.  
  6733.     * rmail.el (rmail-undelete-previous-message): Don't catch errors.
  6734.     
  6735.     * simple.el (end-of-buffer): If buffer end is on screen, don't scroll.
  6736.         
  6737.     * c-mode.el (set-c-style): Deleted the first version of this function.
  6738.     It was badly written.
  6739.     Modified the remaining version by adding new argument GLOBAL
  6740.     and setting the parameters locally if GLOBAL is nil.
  6741.     
  6742. Tue Jul 21 03:38:22 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6743.  
  6744.     * Turfed r2bibtex.el.  Refbib.el turns out to be a newer version
  6745.     of the same package.
  6746.  
  6747.     * Installed co-isearch.el, new gud.el (1.19)
  6748.  
  6749. Tue Jul 21 00:02:03 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6750.     
  6751.     * frame.el (get-frame): Renamed to get-other-frame; get-frame
  6752.     sounds like a parallel to get-buffer or get-process.
  6753.  
  6754.     * c-mode.el (set-c-style): Remove the extraneous copy of this
  6755.     function.
  6756.         
  6757.     * c++-mode.el (within-string-p): Use `%', not `mod', as the name
  6758.     of the modulus function.
  6759.         
  6760.     * frame.el (frame-height, frame-width): Fixed several confusions
  6761.     here.
  6762.  
  6763.     * blackbox.el: When building blackbox-mode-map, locally rebind all
  6764.     keys to which the movement commands are bound to blackbox's
  6765.     movement functions.  Define the insert and kp-enter keys.
  6766.  
  6767. Mon Jul 20 23:02:48 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6768.     
  6769.     * blackbox.el (blackbox): Doc fix.    
  6770.     (bb-outside-box): For some reason, this function was replaced by
  6771.     the comment ";; blackbox.el ends here"
  6772.     
  6773.     * dired.el (dired): Doc fix.    
  6774.     
  6775. Mon Jul 20 22:48:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6776.     
  6777.     * sendmail.el (mail-send-and-exit): Just switch windows
  6778.     if the next window is in Rmail mode.
  6779.     
  6780. Mon Jul 20 18:30:25 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6781.  
  6782.     * simple.el (set-variable): If VAR has a `variable-interactive'
  6783.     property, use it as an interactive spec to prompt for VAL.
  6784.     * etags.el (tags-file-name): Give it a variable-interactive property.
  6785.  
  6786.     * etags.el (tags-table-format-hooks): Remove ctags-recognize-tags-table
  6787.     * ctags.el: Removed.
  6788.     (visit-tags-table): Don't call abbreviate-file-name.
  6789.     (visit-tags-file): If find-file-noselect changed the file name,
  6790.     propagate the change to tags-file-name and tags-table-list.
  6791.  
  6792.     * startup.el (command-line): Fixed typo in comment.
  6793.  
  6794. Mon Jul 20 14:57:27 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6795.     
  6796.     * bytecomp.el (byte-compile-warnings): Include the full
  6797.     documentation given in the comments at the top of the file in this
  6798.     variable's docstring.
  6799.     
  6800. Sun Jul 19 01:05:22 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6801.     
  6802.     * dired.el (dired-mark): Use prefix-numeric-value.
  6803.         
  6804.     * simple.el (kill-ring-save): Say "saved", not "killed", in messages.
  6805.     Let message do the formatting.
  6806.             
  6807.     * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers
  6808.     and blank lines.
  6809.         
  6810.     * register.el (window-configuration-to-register): New function.    
  6811.     (frame-configuration-to-register): New function.
  6812.     * loaddefs.el: Put them on C-x r w, C-x r f.
  6813.     * window.el (window-config-to-register, register-to-window-config):
  6814.     Deleted, along with keybindings C-x 6 and C-x 7.
  6815.     
  6816. Sun Jul 19 00:24:35 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6817.  
  6818.         * cal-mayan.el: New file.  The only functions visible to the
  6819.         outside world are calendar-goto-mayan-date,
  6820.         calendar-next-haab-date, calendar-previous-haab-date,
  6821.         calendar-next-tzolkin-date, calendar-previous-tzolkin-date,
  6822.         calendar-next-calendar-round-date,
  6823.         calendar-previous-calendar-round-date,
  6824.         diary-mayan-date, and cursor-to-mayan-calendar-date.
  6825.         * diary.el: Autoload diary-mayan-date.
  6826.         * calendar.el: Autoload the 7 "goto" functions.
  6827.         (calendar-mode-map): Put them on keys.
  6828.         (calendar-mode): Describe them.
  6829.  
  6830.         * cal-french.el (french-calendar-month-name-array): Add accents to
  6831.         month names.
  6832.         (cursor-to-french-calendar-date): Add accents.
  6833.  
  6834.         * cal-french.el (calendar-goto-french-date): New function.
  6835.         * calendar.el: Autoload it.
  6836.         (calendar-mode-map): Put it on a key.
  6837.         (calendar-mode): Describe it.
  6838.  
  6839.         * cal-french.el (diary-french-date): Moved from diary.el and fixed
  6840.         accent.
  6841.         * diary.el: Move dairy-french-date to cal-french.el and autoload it.
  6842.  
  6843.         * diary-insert.el: Move all diary inserting commands from diary.el
  6844.         * diary.el: Move all diary inserting commands to diary-insert.el
  6845.         * calendar.el: Change autoloads for all diary inserting commands
  6846.         from diary.el to diary-insert.el.
  6847.  
  6848.         * calendar.el: Put ";;;###autoload" before calendar function and
  6849.         before list-yahrzeit-dates function.
  6850.         * holiday.el: Put ";;;###autoload" before holiday function.
  6851.         * diary.el: Put ";;;###autoload" before diary function.
  6852.  
  6853.         * cal-french.el: New file. All French Revolutionary calendar
  6854.         code from calendar.el has been moved here.
  6855.  
  6856.         * calendar.el: All French Revolutionary calendar code moved to a
  6857.         new file, cal-french.el.  Autoload cursor-to-french-calendar-date.
  6858.  
  6859.         * diary.el (list-sexp-diary-entries): Add mention of
  6860.         diary-sunrise-sunset, diary-lunar-phase, and diary-sabbath-candles
  6861.         to doc string.
  6862.  
  6863.         * calendar.el (list-yahrzeit-dates): Prompt for date of death if
  6864.         not called from the calendar window.  This function should now be
  6865.         known to the outside world.
  6866.  
  6867.         * calendar.el (diary-file): Add mention of diary-sunrise-sunset,
  6868.         diary-lunar-phase, and diary-sabbath-candles to doc string.
  6869.  
  6870. Sat Jul 18 20:13:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6871.     
  6872.     * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings.
  6873.     (byte-compile-warn): Don't display the warning now, just log it.
  6874.  
  6875.     * files.el (auto-mode-alist): Recognize .texi.
  6876.         
  6877.     * rmail.el (rmail-delete-forward): Removed the feature
  6878.     of moving back if there's nowhere to go forward.    
  6879.     
  6880. Fri Jul 17 17:32:29 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6881.  
  6882.     * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on
  6883.     the argument before setting tags-file-name.
  6884.  
  6885.     * files.el (automount-dir-prefix): New variable.
  6886.     (abbreviate-file-name): Remove the automount prefix here, rather
  6887.     than in find-file-noselect.  Use automount-dir-prefix.
  6888.     (find-file-noselect): Don't remove the automount prefix here; let
  6889.     abbreviate-file-name take care of it.
  6890.  
  6891. Fri Jul 17 16:24:26 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6892.  
  6893.     * Keywords added for [n-z]*.el.  Finder now under construction.
  6894.  
  6895. Fri Jul 17 16:09:55 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6896.  
  6897.     * rmail.el (rmail-insert-inbox-text): Generate an alternate name
  6898.     to use for tofile by appending a `+' to file, not a `~'; files
  6899.     ending with the latter may be deleted accidentally when space is
  6900.     low.
  6901.  
  6902. Fri Jul 17 03:11:10 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6903.  
  6904.     * Keywords added for [a-m]*.el.  The keyword categories will
  6905.     probably need some tuning, but at least this will suffice
  6906.     for testing the finder code.
  6907.  
  6908.     * makefile.el, two-column.el, sgml-mode.el, resume.el,
  6909.     mail-extr.el: Installed.
  6910.  
  6911. Thu Jul 16 17:49:20 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6912.  
  6913.     * Changed all copying notices to GPL version 2.
  6914.  
  6915. Thu Jul 16 17:34:28 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6916.  
  6917.     * Finished decorating the library files with new standard headers.
  6918.  
  6919. Thu Jul 16 16:13:25 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6920.     
  6921.     * disass.el: Require `byte-compile', not 'bytecomp'.
  6922.         
  6923.     * bytecomp.el (byte-compile-file): Correct parens in interactive
  6924.     form so that it returns a list containing the filename and the
  6925.     prefix argument, not just the prefix argument by itself.
  6926.  
  6927.     * bytecomp.el (byte-compile-file): Changed reference to
  6928.     byte-compile-report-call-tree to use display-call-tree.
  6929.  
  6930.     * bytecomp.el (byte-recompile-directory, byte-compile-file,
  6931.     batch-byte-compile, byte-compile, compile-defun,
  6932.     display-call-tree): Added autoload cookies for these functions.
  6933.     
  6934. Thu Jul 16 16:03:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6935.  
  6936.     * etags.el: Major rewrite with many new features.
  6937.     * ctags.el: New file; goes with new etags.el.
  6938.  
  6939. Thu Jul 16 15:50:49 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6940.     
  6941.     * byte-run.el (defsubst): Removed extra closing paren at the end
  6942.     of this function.
  6943.     
  6944. Thu Jul 16 00:26:55 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6945.  
  6946.     * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'.
  6947.  
  6948.     * New library headers for [fghijklmn]*.el.  First steps towards
  6949.       keyword-based code finder via Keywords header.
  6950.  
  6951. Wed Jul 15 19:31:16 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6952.     
  6953.     * New library headers for [opqrst]*.el.  Ghod, this is boring.    
  6954.     
  6955. Wed Jul 15 13:07:37 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6956.  
  6957.         * lunar.el: New file.  The only functions known to outside world
  6958.         are calendar-phases-of-moon, diary-phases-of-moon, and
  6959.         phases-of-moon.
  6960.  
  6961.         * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key
  6962.         and describe it.
  6963.  
  6964.         * diary.el: Autoload diary-lunar-phase.
  6965.  
  6966. Wed Jul 15 00:28:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6967.  
  6968.     * loaddefs.el: Added C-x a, C-x r and C-x n as prefixes.
  6969.     Removed old C-x a, C-x g, C-x j, C-x n, C-x p, C-x r, C-x x, C-x w.
  6970.     Also C-x /, C-x C-a, C-x C-h, C-x +, C-x -.
  6971.     Added bindings for function keys insert-line, delete-line, delete-char.
  6972.  
  6973.     * bytecomp.el: Deleted support for running compiler in Emacs 18.
  6974.     Spell "Emacs 18" properly.
  6975.     (byte-compile-version): FSF 2.1.
  6976.     (byte-compiler-valid-options): Deleted.
  6977.     (byte-compile-single-version): Always return nil.
  6978.     (byte-compiler-version-cond): Always return the argument.
  6979.  
  6980.     * loaddefs.el: Key bindings moved here.
  6981.     * simple.el: From here.
  6982.  
  6983. Tue Jul 14 19:43:05 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6984.  
  6985.     * byte-opt.el (byte-boolean-vars): Rebuilt for Emacs 19.
  6986.  
  6987.     * screen.el: Renamed to frame.el.  The term is no longer `screen',
  6988.     but `frame'.  All variables and functions renamed.
  6989.     * x-menu.el, window.el, sup-mouse.el, sun-mouse.el, subr.el,
  6990.     startup.el, sendmail.el, register.el, prompt.el, mlconvert.el,
  6991.     loadup.el, ispell.el, isearch.el, holidays.el, fortran.el,
  6992.     files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el,
  6993.     diary.el, csharp.el, compile.el, comint.el, calendar.el,
  6994.     buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
  6995.     term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed.
  6996.     * screen.el (screen-height, screen-width, set-screen-height,
  6997.     set-screen-width): Defined as aliases for frame-height,
  6998.     frame-width, set-frame-height, and set-frame-width.
  6999.     (set-frame-height, set-frame-width): Functions deleted; they are
  7000.     defined in frame.c.
  7001.  
  7002. Tue Jul 14 15:51:38 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7003.  
  7004.     * [uvwxy]*.el: Added headers for new Emacs Lisp documentation
  7005.     conventions.
  7006.  
  7007. Tue Jul 14 11:21:34 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7008.  
  7009.         * calendar.el (calendar-mode): Change key bindings for all
  7010.         functions to make them consistent with Version 19 requirements.
  7011.  
  7012. Mon Jul 13 22:49:25 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7013.  
  7014.     * comint.el: minor changes to comments to reflect the fact that
  7015.     comint has won its war and replaced shell mode.
  7016.  
  7017. Mon Jul 13 16:46:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7018.  
  7019.     * rmailsort.el: Change copyright to FSF; update permission notice.
  7020.  
  7021.     * byte-run.el: Delete compatibility definition of make-byte-code.
  7022.     (byte-compiler-options): Commented out.
  7023.     (proclaim-inline, proclaim-notinline): Commented out.
  7024.  
  7025.     * byte-opt.el: Change several doc strings to comments.
  7026.     They had the wrong format anyway.
  7027.     Delete the `require' and the test for wrong compiler version.
  7028.  
  7029.     * disass.el: Require just bytecomp, not byte-opt.
  7030.  
  7031.     * bytecomp.el (emacs-lisp-file-regexp):
  7032.     Renamed from elisp-source-file-re.  All uses changed.
  7033.     (byte-compile-dest-file): Don't use that var.
  7034.     (compile-defun): Renamed from elisp-compile-defun.
  7035.     (byte-compile-report-ops): Define unconditionally.
  7036.     It's a bad idea to make function definitions of moderate size
  7037.     conditional on anything.
  7038.     (byte-compile-and-load-file): Commented out.
  7039.     (byte-compiler-valid-options):
  7040.     Renamed from byte-compiler-legal-options.
  7041.     (byte-compile-overwrite-file): Variable deleted.
  7042.     (byte-compile-file): Don't use that var.
  7043.     (byte-compile-compatibility):
  7044.     Renamed from byte-compile-emacs18-compatibility.
  7045.     (byte-compile-generate-emacs19-bytecodes): Variable deleted.
  7046.     Use byte-compile-compatibility instead.
  7047.     (byte-compiler-options-handler): Deleted.
  7048.     (byte-compile-body-do-effect, byte-compile-form-do-effect):
  7049.     Use defsubst, not proclaim-inline.
  7050.  
  7051.     * byte-opt.el: Renamed from byte-optimize.el.
  7052.     * byte-run.el: Renamed from bytecomp-runtime.el.
  7053.     * bytecomp.el, loadup.el: References to those files fixed.
  7054.  
  7055.     * bytecomp.el: Style corrected in calls to error.
  7056.     Many doc strings corrected in style.
  7057.  
  7058.     * Repeated the following changes:
  7059.     * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
  7060.     (byte-compile-buffer): Function commented out.
  7061.  
  7062. Mon Jul 13 16:26:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7063.  
  7064.     * loaddefs.el (completion-ignored-extensions): nconc together
  7065.     list of common extensions and list of unix or vms-specific ones.
  7066.  
  7067. Mon Jul 13 14:39:10 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7068.  
  7069.     * simple.el (kill-region): The variable `undo-high-threshold' has
  7070.     been renamed to `undo-strong-limit'.  Change its use here.
  7071.  
  7072. Mon Jul 13 10:49:26 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7073.  
  7074.         * calendar.el (exit-calendar): Bury buffers instead of killing them.
  7075.  
  7076.         (european-calendar-display-form, american-calendar-display-form):
  7077.         Make comma after day name conditional so it's available for more
  7078.         general use.
  7079.         (calendar-date-string): Make dayname nil instead of the empty string.
  7080.         (cursor-to-julian-calendar-date, cursor-to-islamic-calendar-date,
  7081.         cursor-to-hebrew-calendar-date, list-yahrzeit-dates): Use nodayname
  7082.         form of display.
  7083.  
  7084.         * diary.el (diary-islamic-date, diary-hebrew-date,
  7085.         insert-diary-entry, insert-anniversary-diary-entry,
  7086.         insert-block-diary-entry, insert-cyclic-diary-entry,
  7087.         insert-hebrew-diary-entry, insert-islamic-diary-entry): Use
  7088.         nodayname form of display.
  7089.  
  7090. Sat Jul 11 14:59:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7091.     
  7092.     * c-mode.el (calculate-c-indent): Don't indent as argdecl
  7093.     after apparent function decl inside a comment.    
  7094.     
  7095. Fri Jul 10 17:45:33 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7096.  
  7097.     * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler.
  7098.     * byte-optimize.el, bytecomp-runtime.el: New files, supporting
  7099.     bytecomp.el.
  7100.     * loadup.el: Load bytecomp-runtime into the dumped Emacs.
  7101.     * disass.el: New version of the disassembler, to fit with the new
  7102.     compiler.
  7103.  
  7104.     * mouse.el (mouse-select-buffer-line): Removed extraneous setting
  7105.     of the variable `the-buffer'; it's never used elsewhere.
  7106.  
  7107.     * mouse.el (mouse-kill): Don't set the mark; pass point and the
  7108.     click's position to kill-region directly.
  7109.  
  7110. Thu Jul  9 20:28:46 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7111.  
  7112.     * abbrev.el (write-abbrev-file): Removed extraneous interactive spec.
  7113.  
  7114.     * screen.el (current-screen-configuration,
  7115.     set-screen-configuration): New functions.
  7116.  
  7117.     * buff-menu.el (buffer-menu): Make ARG an optional argument.
  7118.  
  7119.     * screen.el (iconify): Call the function `make-screen-visible'
  7120.     instead of `deiconify-screen'; the latter no longer exists.
  7121.  
  7122.     * files.el (find-backup-file-name): Replace the reference to
  7123.     `backup-extract-version' with a literal `function' form.  This
  7124.     eliminates the use of dynamic binding, and allows us to remove
  7125.     backup-extract-version, which doesn't really want to be its own
  7126.     function.
  7127.     (backup-extract-version): Function removed.
  7128.  
  7129.     * help.el (help-with-tutorial): Zap the value of
  7130.     `buffer-auto-save-file-name', not `auto-save-file-name'.
  7131.  
  7132.     * loadup.el: Don't forget to garbage-collect after loading each
  7133.     file.  Yes, some of the files are small enough that it won't make
  7134.     much of a difference, but there's no reason not to garbage collect
  7135.     here (other parts of the build process are much slower), and these
  7136.     files might grow.
  7137.  
  7138.     * startup.el (command-line): Comment out the code which chooses a
  7139.     default value for split-window-keep-point; let's see if we can live
  7140.     without this option.
  7141.  
  7142. Wed Jul  8 14:14:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7143.  
  7144.     * terminal.el (te-set-escape-char): Improve messages.
  7145.  
  7146. Tue Jul  7 13:57:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7147.  
  7148.     * etags.el (find-tag): Don't set tags-loop-form.
  7149.  
  7150. Mon Jul  6 20:45:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7151.  
  7152.     * sendmail.el (mail-do-fcc): Call rmail-set-message-counters.
  7153.  
  7154. Mon Jul  6 18:27:40 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7155.  
  7156.     * etags.el (visit-tags-table): Remove automounter prefixes before
  7157.     setting tags-file-name.
  7158.  
  7159. Mon Jul  6 16:33:50 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7160.  
  7161.     * Moved gdb.el to =gdb.el.  The autoload generation for
  7162.     loaddefs.el was getting screwed up by the conflicting autoloads
  7163.     generated from gdb.el and gud.el.  In any case gdb.el is obsolete;
  7164.     we're using the gdb entry point of gud.el now.
  7165.  
  7166.     * Installed tq.el.
  7167.  
  7168. Mon Jul  6 14:47:05 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7169.  
  7170.         * tex-mode.el (tex-file): Fix reference to tex-offer-save.
  7171.  
  7172. Sun Jul  5 15:00:05 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7173.  
  7174.         * tex-mode.el: Require comint instead of oshell.
  7175.         (tex-start-shell): Use comint, not oshell.
  7176.         (tex-filter): Deleted function; no filter is now longer needed.
  7177.  
  7178.         * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command,
  7179.         tex-bibtex-run-command, tex-dvi-print-command,
  7180.         tex-alt-dvi-print-command, tex-dvi-view-command): Change doc strings
  7181.         to reflect the fact that `*' will be replaced by the file name.
  7182.         (tex-send-command): New function to interact with comint subshell and
  7183.         replace `*' by the file name.
  7184.         (tex-file, tex-region, tex-print, tex-view, tex-bibtex-file,
  7185.         tex-show-print-queue): Use tex-send-command to send commands.
  7186.  
  7187.         * tex-mode.el (tex-offer-save): New variable.
  7188.         (tex-file): Offer to save buffers if tex-offer-save is t (default).
  7189.  
  7190.         * tex-mode.el (latex-block-names, standard-latex-block-names): New
  7191.         variables.
  7192.         (tex-latex-block): Use them to do completing-read for block name.
  7193.  
  7194.         * tex-mode.el (tex-last-temp-file): New variable to remember file
  7195.         name for clean up.
  7196.         (tex-shell-sentinel): New function--clean up when tex process dies.
  7197.         (tex-delete-last-temp-files): New function to do the cleanup.
  7198.         Add this function to kill-emacs-hook.
  7199.         (tex-region): Do clean up of files from last invocation.
  7200.  
  7201.         * tex-mode.el (tex-insert-quote): Make it barf on read-only buffers.
  7202.  
  7203.         * tex-mode.el (tex-terminate-paragraph): Make it barf on read-only
  7204.         buffers.
  7205.  
  7206.         * tex-mode.el (tex-insert-braces): Make it barf on read-only buffers.
  7207.  
  7208.         * tex-mode.el (tex-close-latex-block): Change void var `ERR' to `nil'.
  7209.  
  7210.         * tex-mode.el (tex-print): Use alternative printer when given prefix
  7211.         arg.
  7212.  
  7213.         * tex-mode.el (tex-mode-load-hook): New variable.
  7214.         Run-hooks on it.
  7215.  
  7216. Sat Jul  4 21:20:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7217.  
  7218.     * compile.el (compilation-in-progress): New variable.
  7219.     Add it to minor-mode-alist.
  7220.     (compile-internal): Cons the new process onto it.
  7221.     (compilation-sentinel): Remove the dead process from it.
  7222.  
  7223. Sat Jul  4 12:21:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7224.  
  7225.     * tex-mode.el: New version from reingold.
  7226.  
  7227.     * files.el (save-buffers-kill-emacs): Consider open net connections
  7228.     as possibly requiring a query.
  7229.  
  7230. Thu Jul  2 17:43:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7231.  
  7232.     * files.el (recover-file): Pass -L option to ls, if file is link.
  7233.  
  7234. Wed Jul  1 22:25:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7235.  
  7236.     * files.el (ctl-x-4-map): Bind `C-x 4 o' to display-buffer.
  7237.  
  7238.     * buff-menu.el (Buffer-menu-switch-other-window): New function,
  7239.     bound to C-o in Buffer-menu-mode-map.
  7240.  
  7241. Wed Jul  1 17:47:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7242.  
  7243.     * cmutex.el: Deleted, following recommendation of reingold.
  7244.  
  7245. Tue Jun 30 07:37:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7246.  
  7247.     * startup.el (command-line-1): Signal an error if the argument to
  7248.     the `-insert' option isn't a string.
  7249.  
  7250. Sun Jun 28 22:23:00 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7251.  
  7252.     * completion.el (completion-separator-self-insert-autofilling):
  7253.     Changed references to `auto-fill-hook' to `auto-fill-function'.
  7254.     * mh-e.el (mh-letter-mode): Same thing.
  7255.     * texinfo-upd.el (texinfo-update-node,
  7256.     texinfo-sequential-node-update): Same thing.
  7257.  
  7258. Sun Jun 28 16:31:53 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7259.  
  7260.         * solar.el: New file.
  7261.         The only functions known to outside world are calendar-sunrise-sunset,
  7262.         diary-sunrise-sunset, diary-sabbath-candles, sunrise-sunset, and
  7263.         calendar-holiday-function-solar-equinoxes-solstices.
  7264.  
  7265.     * calendar.el (calendar-holidays): Add equinoxes and solstices.
  7266.         (calendar-mode-map): Add key for sunrise/sunset.
  7267.         Add a new variables calendar-time-display-form, calendar-latitude,
  7268.         calendar-longitude, calendar-location-name, calendar-time-zone,
  7269.         calendar-standard-time-zone-name, calendar-daylight-time-zone-name,
  7270.         calendar-daylight-savings-starts, calendar-daylight-savings-ends.
  7271.         Add autoload of calendar-sunrise-sunset.
  7272.         (calendar-mode): Add description of sunrise/sunset capability.
  7273.         (calendar-version): Changed to 5.
  7274.  
  7275.         * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles.
  7276.  
  7277.     * holidays.el: Autoload
  7278.         calendar-holiday-function-solar-equinoxes-solstices.
  7279.  
  7280. Sat Jun 27 09:10:36 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7281.     
  7282.     * info.el: Bindings for Info-goto-emacs-command-node and
  7283.     Info-goto-emacs-key-command-node in help-map moved from here...
  7284.     * help.el: to here.
  7285.     
  7286.     * compile.el (compile-internal): Make the buffer read-only, to
  7287.     remind people that they probably don't want to mess with it.
  7288.     (compilation-sentinel): Make the buffer temporarily writable, so
  7289.     we can insert the termination message.
  7290.     
  7291.     * help.el, indent.el, paragraphs.el, isearch.el, replace.el:
  7292.     Deleted autoload cookies from these files; they are all loaded
  7293.     into Emacs by loadup.el.
  7294.     * loaddefs.el: Removed autoload sections for the above files.
  7295.     
  7296.         * loaddefs.el: Put autoload sections in alphabetical order by file
  7297.     name.
  7298.  
  7299.     * replace.el (perform-replace): Remember the match data from the
  7300.     real occurrence found, and restore it before executing the
  7301.     command.  This preserves the match data across various other
  7302.     matching we do, and protects it from mungement while we're waiting
  7303.     for input.
  7304.  
  7305.     * loaddefs.el: Bind [M-right], [M-left], [M-up], and [M-down] to
  7306.     backward-sexp, forward-sexp, backward-list, and forward-list.
  7307.  
  7308. Fri Jun 26 16:35:22 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7309.  
  7310.     * holidays.el (calendar-holiday-list): Protect holiday evaluation from
  7311.      bogus holidays on list.
  7312.  
  7313. Fri Jun 26 00:13:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7314.  
  7315.     * outline.el (outline-flag-region): Bind buffer-read-only to nil.
  7316.  
  7317. Thu Jun 25 23:26:35 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7318.  
  7319.     * calendar.el, diary.el, holidays.el: Merged new versions from Ed
  7320.     Reingold.
  7321.     * calendar.el (mark-holidays-in-calendar,
  7322.     all-hebrew-calendar-holidays, all-christian-calendar-holidays,
  7323.     all-islamic-calendar-holidays, list-diary-entries-hook,
  7324.     diary-display-hook, nongregorian-diary-listing-hook,
  7325.     nongregorian-diary-marking-hook, diary-list-include-blanks): Added
  7326.     autoload cookie for these; Reingold's distribution suggests that
  7327.     these variables are ones that you are especially likely to want to
  7328.     customize.
  7329.     * holiday.el (holidays): Added autoload cookie for this.
  7330.  
  7331. Thu Jun 25 11:15:54 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7332.  
  7333.     * diary.el (diary-rosh-hodesh): Change mod to % in two places.
  7334.  
  7335. Wed Jun 24 15:00:20 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7336.  
  7337.         * holidays.el (calendar-holiday-function-fixed,
  7338.         calendar-holiday-function-float. calendar-holiday-function-julian,
  7339.         calendar-holiday-function-islamic, calendar-holiday-function-hebrew):
  7340.         Correct documentation strings.
  7341.  
  7342.         * holidays.el (calendar-holiday-function-greek-orthodox-easter):
  7343.         New function.
  7344.  
  7345.         * calendar.el (calendar-holidays): Add Greek Orthodox Easter to
  7346.         all Christian holidays list.
  7347.  
  7348.         * calendar.el:
  7349.         calendar-load-hook: New variable; use it with run-hooks.
  7350.         calendar: Describe use of calendar-load-hook.
  7351.  
  7352. Tue Jun 23 17:34:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7353.  
  7354.     * autoload.el: The docstring is the third element of a `defun'
  7355.     form, not the second.
  7356.  
  7357. Tue Jun 23 17:06:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7358.  
  7359.     * fill.el (fill-region-as-paragraph): Don't assume any indentation
  7360.     for a one-line paragraph.
  7361.  
  7362.     * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de.
  7363.     * dired-aux.el: Other parts of dired.
  7364.  
  7365.     * files.el (enable-local-eval): Renamed from `ignore-local-eval';
  7366.     now has values like `enable-local-variables'.
  7367.     (hack-local-variables): Test `enable-local-eval' properly.
  7368.  
  7369. Mon Jun 22 00:58:59 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7370.  
  7371.     * autoload.el (generate-file-autoloads): Do attach a
  7372.         `doc-string-elt' property to `defun', `defvar', `defconst', and
  7373.         `defmacro'; since the files with ";;;autoload" cookies in them are
  7374.         never loaded into the dumped Emacs - otherwise, why would you be
  7375.         autoloading them?.
  7376.  
  7377. Sun Jun 21 23:08:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7378.  
  7379.     * fill.el (fill-region-as-paragraph):
  7380.     Handle fill-prefix wider than fill-column.
  7381.     Ensure we keep at least one word on each line.
  7382.     Also don't break after a period followed by just one space.
  7383.  
  7384. Sun Jun 21 19:20:44 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7385.  
  7386.     * screen.el (ctl-x-5-map): Removed declaration and initialization
  7387.         of this here; it's done in subr.el, alongside ctl-x-4-map.
  7388.  
  7389.     * autoload.el (generate-file-autoloads): If FILE is in the same
  7390.         directory as the current buffer's file, or a subdirectory thereof,
  7391.         change FILE to be a path relative to the current buffer's file.
  7392.         This will allow `update-autoloads-here' to find a section's file
  7393.         even if the Emacs tree has been moved, as it would be when
  7394.         installed on a different system.
  7395.  
  7396. Fri Jun 19 16:17:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7397.  
  7398.     * upd-copyr.el (update-copyright): Grok abbreviated years.
  7399.  
  7400. Fri Jun 19 03:42:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7401.  
  7402.     * lisp-mode.el (indent-sexp): The local variable `last-point' was
  7403.         being asked to do double-duty - `calculate-lisp-indent' needs to
  7404.         be given a location guaranteed to be outside of the current
  7405.         s-expression, but the outer loop (according to the change made Dec
  7406.         21 1989) needs to know where point was at the top of the loop.
  7407.         Added variable `starting-point' for `calculate-lisp-indent' to
  7408.         use.
  7409.  
  7410.     * lisp-mode.el (indent-sexp): Change the `while' loop to an `if',
  7411.     using `make-list' and `-' instead of `(list nil)' and `1+'.
  7412.  
  7413. Thu Jun 18 16:28:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7414.  
  7415.     * edebug.el (edebug-debug): Added autoload cookie for this.
  7416.  
  7417.     * etags.el (find-tag-other-frame): New function.  Bind it to
  7418.     `C-x 5 .'.
  7419.  
  7420. Wed Jun 17 02:21:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7421.  
  7422.     * compile.el (compilation-error-regexp-alist): Tightened up the
  7423.     regular expressions designed to match lint pass 2 and lint pass 3
  7424.     error messages.  These were too loose; they were matching the
  7425.     "grep exited 00:06:20" messages at the end of the buffer.
  7426.  
  7427. Tue Jun 16 23:24:42 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7428.  
  7429.     * upd-copyr.el (update-copyright): Do nothing if
  7430.     inhibit-update-copyright is non-nil.  If the user answers "no", set
  7431.     that to t locally.
  7432.     (inhibit-update-copyright): New defvar.
  7433.  
  7434. Mon Jun 15 17:07:08 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7435.  
  7436.     * mailabbrev.el: New version from jwz.
  7437.  
  7438. Mon Jun 15 01:53:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7439.  
  7440.     * compile.el (compilation-enter-directory-regexp,
  7441.     compilation-leave-directory-regexp): In strings, replace uses of
  7442.     "\\\(" or "\\\)" with "\\(" or "\\)".
  7443.     (compilation-error-regexp-alist): Remember to include newlines in
  7444.     all the complemented character sets; none of these should match
  7445.     across a newline.
  7446.  
  7447. Sun Jun 14 16:00:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7448.  
  7449.     * isearch-mode.el (isearch-forward): Remove sentence from doc
  7450.     string claiming that the key bindings are controlled by variables
  7451.     named `search-FOO-char'.  That was true of the old isearch.el, but
  7452.     now the keymap `isearch-mode-map' controls special characters in
  7453.     isearch-mode.
  7454.  
  7455.     * blackbox.el (blackbox): Added ;;;###autoload cookie.
  7456.  
  7457.     * add-log.el (change-log-mode): Integrated some code from the
  7458.     `change-log-mode' function in `text-mode.el'.  Docstring now
  7459.     mentions that it prevents numeric backups, and sets `left-margin'
  7460.     and `fill-column'.  Code now actually sets `left-margin' and
  7461.     `fill-column', as advertised.
  7462.     * text-mode.el (change-log-mode): Function deleted, since it's
  7463.     been superceded by the one in add-log.el.
  7464.  
  7465. Sun Jun 14 15:58:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7466.  
  7467.     * gnus.el (gnus-start-news-server): Criterion for using the local
  7468.     news spool is now that gnus-nntp-server is "::".
  7469.  
  7470. Sat Jun 13 19:34:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7471.  
  7472.     * gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only
  7473.     if bound.
  7474.  
  7475. Fri Jun 12 06:09:19 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7476.  
  7477.     * isearch-mode.el: New package, which will probably supercede
  7478.         isearch.el.
  7479.     (isearch-mode-map, isearch-mode-meta-map): When initializing
  7480.     these, remember that vectors are no longer keymaps.
  7481.     (isearch-update): unread-command-char is no longer -1 when
  7482.     there is no unread character - it's nil.
  7483.  
  7484.     * simple.el (interprogram-paste-function): Add the stipulation
  7485.     that the function this points to should return nil if Emacs sent
  7486.     the most recent string for interprogram pasting; the function
  7487.     should never return the same string Emacs posted with
  7488.     `interprogram-cut-function'.
  7489.     * term/x-win.el (x-last-selected-text): New variable.
  7490.     (x-select-text): Set it, so we can check later against returning
  7491.     it.
  7492.     (x-cut-buffer-or-selection-value): Check it, to make sure we don't
  7493.     return our own text.
  7494.  
  7495. Fri Jun 12 18:24:26 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  7496.  
  7497.     * simple.el (current-kill): Fixed misnamed parameter and
  7498.     reorganized code slightly.
  7499.  
  7500. Thu Jun 11 16:39:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7501.  
  7502.     * rmailout.el (rmail-output): Get date using mail-fetch-field.
  7503.  
  7504. Wed Jun 10 22:31:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7505.  
  7506.     * compile.el (compile-internal): Do buffer-disable-undo here.
  7507.     (compilation-mode): Not here.
  7508.  
  7509. Wed Jun 10 02:57:23 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7510.  
  7511.     * simple.el (rotate-yank-pointer): Move the guts of this to
  7512.     current-kill, and get rid of the optional DO-NOT-MOVE argument.
  7513.     (current-kill): Rotate the yank pointer here.
  7514.  
  7515. Tue Jun  9 21:55:13 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7516.  
  7517.     * subr.el (one-window-p): Rename argument ARG to NOMINI, so
  7518.     that the docstring will agree with the argument list generated
  7519.     by make-docfile.c.
  7520.  
  7521.         * simple.el (kill-region): Undo May 20th change - add back
  7522.     Roland McGrath's hack of June 17, 1991, which allows
  7523.     kill-region to work on read-only buffers - in read-only
  7524.     buffers, it acts just like copy-region-as-kill.
  7525.  
  7526. Tue Jun  9 14:16:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7527.  
  7528.     * electric.el (Electric-command-loop): Set last-command after each cmd.
  7529.  
  7530.     * server.el (server-buffer-clients): Add permanent-local property.
  7531.  
  7532. Mon Jun  8 21:31:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7533.  
  7534.     * csharp.el (c-find-nesting): Renamed from csharp-find-nesting.
  7535.     Add autoload.
  7536.     All other functions in this file renamed to start with c-find-nesting.
  7537.  
  7538. Sun Jun  7 23:56:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7539.  
  7540.     * window.el (split-window-keep-point): Make it t by default.
  7541.  
  7542. Sat Jun  6 18:00:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7543.  
  7544.     * simple.el (delete-blank-lines): Handle special case near eob.
  7545.  
  7546. Fri Jun  5 01:47:07 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7547.  
  7548.     * simple.el (universal-argument): Don't call describe-arg.
  7549.     Pass t as 2nd arg to read-key-sequence.
  7550.     (prefix-arg-internal): Likewise.
  7551.  
  7552. Thu Jun  4 15:56:49 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7553.  
  7554.     * startup.el (command-line): Run after-init-hook.
  7555.     Renamed pre-init-hook to before-init-hook for consistency with
  7556.     e.g., before-change-function.
  7557.     (after-init-hook): New defvar.
  7558.     * screen.el: Use before-init-hook instead of pre-init-hook.
  7559.  
  7560. Thu Jun  4 07:55:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7561.  
  7562.     * simple.el: Doc fix.
  7563.  
  7564. Wed Jun  3 16:43:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7565.  
  7566.     * info.el (Info-enable-edit): Now a user option.
  7567.  
  7568. Wed Jun  3 13:47:20 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7569.  
  7570.     * sendmail.el (mail-signature): Suppress move to end of buffer if
  7571.     we gave a prefix argument (requested by Bob Chassell).
  7572.  
  7573. Wed Jun  3 02:42:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7574.  
  7575.     * add-log.el (add-change-log-entry): Match the file name followed
  7576.     by a colon in an existing entry.
  7577.     To find a blank line, search for one containing only whitespace,
  7578.     not two consecutive newlines.
  7579.     When adding to an existing entry, open a line and indent.
  7580.  
  7581. Wed Jun  3 01:32:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7582.  
  7583.     * add-log.el (change-log-mode): Set version-control to 'never
  7584.         locally.  Set adaptive-fill-regexp.  Make paragraph-separate
  7585.         match date lines.
  7586.     
  7587.     * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
  7588.     (byte-compile-buffer): Function commented out.
  7589.  
  7590.     * lisp-mode.el (lisp-indent-line): Keep point unchanged in ;;;
  7591.         line.
  7592.  
  7593. Tue Jun  2 23:42:15 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7594.  
  7595.     * add-log.el (add-change-log-entry): If the visited file is in
  7596.     the directory tree under the directory containing the change
  7597.     log file, insert the path to it from there, rather than just
  7598.     the file name.  Also removed setq of random variable
  7599.     `formatted-revision'.
  7600.  
  7601. Tue Jun  2 23:25:04 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7602.  
  7603.     * yow.el: Somehow, the semicolons introducing the comment on the
  7604.     first line disappeared.  Put them back.
  7605.  
  7606. Tue Jun  2 22:52:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7607.  
  7608.     * subr.el (eval-current-buffer): Add as alias for eval-buffer.
  7609.  
  7610.     * calendar.el (calendar): Add an autoload.
  7611.     * cal.el: File deleted.
  7612.  
  7613. Tue Jun  2 20:19:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7614.  
  7615.     * add-log.el: Fixed copyright years to not use a range.
  7616.     (change-log-mode): Added docstring.
  7617.     (add-change-log-entry): Put a space between the file name and
  7618.     "(function name):".  Put a colon after the file name if we have
  7619.     found no function name.
  7620.  
  7621. Tue Jun  2 00:01:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7622.  
  7623.     * edebug.el (edebug-eval-buffer): New function.
  7624.     Install it in place of eval-buffer if eval-buffer is defined.
  7625.     (edebug-eval-current-buffer): Define this, not eval-current-buffer.
  7626.     Use fset to install it in place of eval-current-buffer.
  7627.     ??? mlconvert.el needs fixing too.
  7628.  
  7629.     * ispell.el: Add some autoloads.
  7630.     (ispell-word): Accept prefix arg, meaning do ispell-next.
  7631.  
  7632. Mon Jun  1 16:27:45 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7633.  
  7634.     * simple.el (current-kill): Name the variable which holds the
  7635.     value from other programs to be pasted interprogram-paste, not
  7636.     interprogram-cut.
  7637.  
  7638.     * files.el: Bind find-file-other-screen to C-x 5 C-f as well as
  7639.     C-x 5 f, for symmetry with C-x C-f.
  7640.  
  7641. Mon Jun  1 04:08:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7642.  
  7643.     * asm-mode.el (asm-mode-map): Don't override RET.
  7644.  
  7645.     * teco.el: Rename `teco:' to `teco-' in all symbols.
  7646.     (teco-command): Make it autoload.
  7647.  
  7648.     * edebug.el (edebug-defun): Make it autoload.
  7649.  
  7650.     * hexl.el (hexl-save-buffer): Return t.
  7651.     (hexl-mode): Put hexl-save-buffer in write-contents-hooks.
  7652.     (hexl-mode-map): Put the 1k page commands on C-x [ and C-x ].
  7653.  
  7654.     * diff.el: Doc fix.
  7655.  
  7656.     * fill.el (fill-region-as-paragraph): Treat } like closeparen.
  7657.     If a fill prefix is specified globally, always use that one.
  7658.  
  7659.     * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=.
  7660.  
  7661. Sun May 31 22:52:14 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7662.     
  7663.     * bibtex.el: merged in alarson's changes
  7664.             
  7665.     * simula.el: replaced Bj|rn Hessen's version with Hans Henrik
  7666.       Eriksen's improved version (both of them wanted it this way).
  7667.     
  7668. Sun May 31 17:09:37 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  7669.  
  7670.         * subr.el (lambda): Added docstring.
  7671.  
  7672. Sun May 31 16:12:58 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7673.     
  7674.     * gdb.el nuked --- subsumed by gdb entry point of gud.el    
  7675.         
  7676.     * dbx.el nuked --- subsumed by dbx entry point of gud.el
  7677.         
  7678.     * session.el nuked --- saveconf.el is better    
  7679.         
  7680.     * add-log.el now contains the add-log-new.el changes which merge
  7681.     consecutive entries by the same user on the same day and try to 
  7682.     auto-generate both the file key and function changed fields --- the
  7683.     old version still exists in the ~n~ files if this loses, but
  7684.     the code looks good.
  7685.     
  7686. Sat May 30 14:48:44 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7687.     
  7688.     * profile.el: installed
  7689.  
  7690.     * cus-print.el:    installed
  7691.     
  7692. Sat May 30 01:56:10 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7693.  
  7694.     * startup.el (normal-top-level): Call abbreviate-file-name instead
  7695.     of writing out its code.
  7696.  
  7697.     * comint.el: Merged with Olin Shivers' comint version 2.03.
  7698.     (comint-version): Changed accordingly.
  7699.     (comint-previous-input-matching): Bind this to c-m-r, rather
  7700.     than c-c c-r.
  7701.     (comint-exec-hook): Make this variable buffer-local.
  7702.     (comint-exec): Put the code which feeds the startfile to the
  7703.     inferior inside the let which binds ``proc'', as suggested by
  7704.     the indentation.
  7705.     (comint-read-noecho): New optional argument STARS, which
  7706.     causes input to be echoed with '*' characters on the prompt
  7707.     line.
  7708.     (send-invisible): Change prompt from "Enter non-echoed text: "
  7709.     to "Non-echoed text: ".  This conforms with the convention
  7710.     used by existing prompts, and gives more room to type stuff.
  7711.  
  7712.     * comint.el (comint-last-input-start): New varible.  In
  7713.     particular, this helps support subprocesses that insist on echoing
  7714.     their input.  Added comments to porting guide indicating that
  7715.     this should probably not be used for implementing history stuff.
  7716.     (comint-mode): Create and initialize comint-last-input-start as a
  7717.     buffer-local var.
  7718.     (comint-send-input): Set comint-last-input-start when we send the
  7719.     input.
  7720.     Porting documentation at end of file adjusted to describe the
  7721.     differences between the old shell mode's last-input-start variable
  7722.     and comint-last-input-start.
  7723.     * telnet.el (telnet-send-input): If telnet-remote-echos is
  7724.     non-nil, use comint-last-input-start and comint-last-input-end to
  7725.     delete the input we just sent.
  7726.  
  7727. Fri May 29 18:34:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7728.  
  7729.     * simple.el (append-to-buffer): When called interactively, default
  7730.     to (other-buffer nil t).  This way, it will offer to insert into
  7731.     the buffer in the other window.
  7732.  
  7733. Wed May 27 17:48:47 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7734.  
  7735.     * term/x-win.el (x-cut-buffer-or-selection-value): New function.
  7736.     Set interprogram-paste-function to use it.
  7737.     (x-select-text): For backwards compatibility, set cut buffer 0 as
  7738.     well as claiming ownership of the other selections.
  7739.  
  7740. Wed May 27 02:41:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7741.  
  7742.     * simple.el (indent-new-comment-line): Change handling of
  7743.     comment-multi-line (which is effectively obsolete now).
  7744.  
  7745. Sun May 24 21:48:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7746.  
  7747.     * simple.el (set-selective-display): Keep vpos of point constant.
  7748.  
  7749. Sun May 24 12:20:28 1992  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  7750.  
  7751.         * calendar.el (list-yahrzeit-dates): New function.
  7752.         (hebrew-calendar-yahrzeit): Moved from diary.el.
  7753.  
  7754.         * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el.
  7755.         diary-ordinal-suffix: Give correct suffix for 111, 112, 113, 211,
  7756.         212, 213, etc.
  7757.  
  7758. Thu May 21 00:39:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7759.  
  7760.     * mouse.el: Emulate the Emacs 18 mouse button bindings for now.
  7761.     (mouse-yank-at-click): New function.
  7762.  
  7763.     * term/x-win.el (x-select-text): Don't bother to check if the
  7764.     window system is X; if it isn't, then this function would never
  7765.     have been defined, let alone called.  Is this right, Joe?
  7766.  
  7767.     * simple.el (interprogram-paste-function): New hook, for getting
  7768.     the current pasting text from the window system.
  7769.     (kill-ring): Doc fix, encouraging people to use the functions
  7770.     below instead of manipulating the kill ring directly, since the
  7771.     functions correctly deal with interprogram cutting and pasting.
  7772.     (kill-new): New function.
  7773.     (kill-append): Added doc string.  Be sure to call the
  7774.     interprogram-cut-function on the new string.
  7775.     (current-kill): New function.
  7776.     (rotate-yank-pointer): New optional argument do-not-move, to
  7777.     support vi.el and vip.el's style of ring access.
  7778.     (kill-region, copy-region-as-kill): Call kill-new, instead of
  7779.     writing out all the logic.
  7780.     (yank-pop): Use current-kill, rather than assuming that
  7781.     kill-ring-yank-pointer points to the text you should use.
  7782.     (yank): Use current-kill, instead of calling rotate-yank-pointer
  7783.     and then fetching through the kill-ring-yank-pointer.
  7784.     * vi.el (vi-put-before): Instead of figuring out the index into
  7785.     the kill-ring and fetching directly, call current-kill.
  7786.     * vip.el (vip-put-back, vip-Put-back, ex-copy): Use current-kill,
  7787.     don't access the kill ring directly.
  7788.     * term/x-win.el: Set interprogram-paste-function to
  7789.     'x-selection-value.
  7790.         * sun-fns.el (mouse-yank-at-point): Instead of rotating the yank
  7791.     pointer one spot and then accessing the kill ring directly, just
  7792.     call the function current-kill with an argument of one.
  7793.  
  7794.     * simple.el (kill-ring-save): Blink to the other end of the saved
  7795.     region, if it's on the screen, or print out the text if it's not,
  7796.     instead of printing the number of characters saved.  Nobody cares
  7797.     how many characters were saved, and it's hard to interpret
  7798.     intuitively.
  7799.  
  7800.     * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound
  7801.     to C-x 5, not C-x 3.  This makes a nicer analogy with C-x 4.
  7802.     Moving split-window-horizontally to C-x 3 also makes a nicer
  7803.     analogy with C-x 2.
  7804.     * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here
  7805.     renamed.
  7806.     * window.el: Binding of split-window-horizontally moved from C-x 5
  7807.     to C-x 3.
  7808.  
  7809. Wed May 20 23:21:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7810.  
  7811.     * simple.el (kill-region): This used to forgo actually deleting
  7812.     the region if the buffer was read-only, meaning that the command
  7813.     would silently copy the region to the kill ring, but leave the
  7814.     buffer unmodified.  Now it tries to delete the region, even if the
  7815.     buffer is read-only; go ahead and get the error.
  7816.  
  7817. Tue May 19 23:23:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7818.  
  7819.     * subr.el (one-window-p): If arg is t, completely avoid minibuffer.
  7820.  
  7821. Tue May 19 19:29:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7822.  
  7823.     * version.el (version): New alias for emacs-version.
  7824.  
  7825. Tue May 19 01:19:11 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7826.  
  7827.     * startup.el (normal-top-level): Typo: s/getev/getenv/.
  7828.  
  7829. Wed May 13 01:50:16 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7830.  
  7831.     * subr.el (lambda): Define this as a macro which wraps the lambda
  7832.     expression in a (function ...) quoter.  This means that you don't
  7833.     need to write out the cursed ``function'' any more.  It might be
  7834.     cleaner to simply change the way the interpreter and compiler
  7835.     treat lambda.
  7836.  
  7837.     * loadup.el: Disable undo recording in scratch while we load all
  7838.     the files; re-enable them before we dump.
  7839.  
  7840. Tue May 12 14:51:51 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7841.     
  7842.     * startup.el (normal-top-level): If (getenv "PWD") or (getenv
  7843.     "HOME") refer to the same directory as default-directory, change
  7844.     default-directory to the shortest of the three.
  7845.  
  7846.     * disass.el (disassemble-internal): Use indirect-function instead
  7847.     of just looping.
  7848.     
  7849. Tue May 12 01:33:25 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  7850.  
  7851.         * simple.el (kill-region): Call the interprogram-cut-function if
  7852.     it's non-nil.
  7853.  
  7854.     * term/x-win.el (x-select-text): New function for selecting text,
  7855.     asserts both PRIMARY and CLIPBOARD selections.
  7856.  
  7857. Tue May  5 23:15:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7858.  
  7859.     * ftp.el (ftp-command): Correctly ignore lines without status codes.
  7860.  
  7861.     * fill.el (fill-individual-paragraphs): Choice of two modes,
  7862.     controlled by fill-individual-varying-indent.
  7863.  
  7864. Tue May  5 18:12:23 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7865.  
  7866.     * files.el (save-some-buffers): Use save-excursion around whole
  7867.     fn, rather than several inside.
  7868.  
  7869. Tue May  5 00:11:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7870.  
  7871.     * terminal.el (terminal-emulator): Use process-enironment, not env.
  7872.     Get rid of code that used start-subprocess.
  7873.  
  7874. Sun May  3 14:11:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7875.  
  7876.     * mailabbrev.el (mail-abbrevs-v18-munge-map): Use define-key
  7877.     instead of making up an extra alist and nconcing it onto the keymap.
  7878.  
  7879. Sat May  2 22:08:04 1992  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  7880.  
  7881.         * calendar.el (generate-calendar-month): Center heading over each
  7882.     month.
  7883.  
  7884. Thu Apr 30 20:48:18 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7885.  
  7886.     * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)...
  7887.     * page.el: To here.
  7888.  
  7889. Tue Apr 28 16:18:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7890.  
  7891.     * mh-e.el (mh-signature-file-name): New variable.
  7892.     (mh-insert-signature): Use it.
  7893.  
  7894. Mon Apr 27 14:53:12 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7895.  
  7896.     * mailabbrev.el: New version from jwz.
  7897.  
  7898. Sun Apr 26 12:49:06 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7899.  
  7900.     * loaddefs.el: Removed (put 'narrow-to-region 'disabled t).
  7901.     It is done in simple.el.
  7902.  
  7903. Sat Apr 25 18:10:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7904.  
  7905.     * dired.el (dired-mode): Make the modeline display the entire path
  7906.     of the directory, not just the buffer name.
  7907.  
  7908. Fri Apr 24 15:41:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7909.  
  7910.     * flame.el: Add "flame-" prefix to internal functions, to conform
  7911.     with the naming conventions of the rest of Emacs.
  7912.  
  7913. Tue Apr 21 16:13:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7914.  
  7915.     * doctor.el (doctor-svo): Deleted second expression from top let
  7916.     binding; it used to read "(let ((foo <exp> sent)) ...)"; let
  7917.     bindings can only have one expression.
  7918.  
  7919.     * flame.el: We might as well (provide 'flame).
  7920.  
  7921. Sat Apr 18 16:40:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7922.  
  7923.     * startup.el (normal-top-level): Don't change default-directory to
  7924.     (getenv "PWD") unless they actually refer to the same directory.
  7925.  
  7926.     * rmail.el (rmail-unix-mail-delimiter): Doc fix.
  7927.  
  7928. Fri Apr 17 15:56:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7929.  
  7930.     * rmail.el (rmail-unix-mail-delimiter): Don't bother giving this a
  7931.     docstring; move it to a comment.
  7932.  
  7933. Fri Apr 17 08:21:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7934.  
  7935.     * cmacexp.el: Doc fix.
  7936.  
  7937. Wed Apr 15 02:08:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7938.  
  7939.     * simple.el (reindent-then-newline-and-indent,
  7940.     newline-and-indent): Call the newline function instead of saying
  7941.     (insert ?\n), so that auto fill mode will break lines correctly.
  7942.  
  7943.     * upd-copyr.el (update-copyright): Used to not change the
  7944.     copyright version when user elected to update the copyright year,
  7945.     but would change it when user decided not to update.  Now doesn't
  7946.     do anything unless user gives permission, and when the user does
  7947.     give permission, does everything.
  7948.  
  7949.     * rmail.el (rmail-unix-mail-delimiter): New variable.
  7950.     (rmail-convert-to-babyl-format): Use it to recognize the start of
  7951.     an mbox message.
  7952.     (rmail-nuke-pinhead-header): Same.
  7953.  
  7954. Wed Apr 15 01:38:13 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7955.  
  7956.     * compile.el (compilation-find-buffer): Optional non-nil arg says
  7957.     to try to find some buffer other than the current one.
  7958.  
  7959. Fri Apr 10 10:20:16 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7960.  
  7961.         * holidays.el (calendar-cursor-holidays): Signal error when cursor
  7962.     is not on a date.
  7963.  
  7964. Wed Apr  8 01:53:31 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7965.  
  7966.     * doctex.el, gdb.el, mh-e.el, vip.el: Use
  7967.     point{,-min,-max,-marker} functions instead of
  7968.     dot{,-min,-max,-marker}.
  7969.  
  7970. Tue Apr  7 17:48:09 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7971.  
  7972.     * mailabbrev.el (mail-abbrev-expand-hook): Rewritten so it won't
  7973.     loop if a single address doesn't fit within fill-column.
  7974.  
  7975. Sun Apr  5 19:25:54 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7976.  
  7977.     * mailabbrev.el (sendmail-v18-self-insert-command): Just pass arg
  7978.     to sendmail-pre-abbrev-expand-hook.
  7979.     (sendmail-pre-abbrev-expand-hook): Take optional arg; if non-nil,
  7980.     call self-insert-command with it, and don't do expand-abbrev; just
  7981.  
  7982. Mon Apr  6 16:29:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7983.  
  7984.     * lpr.el (lpr-command): Make this variable settable.
  7985.  
  7986. Fri Apr  3 21:59:35 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7987.  
  7988.     * files.el (revert-buffer): Reverse the sense of the prefix
  7989.     argument; by default, do not offer to revert from the auto-save
  7990.     file.
  7991.  
  7992. Thu Apr  2 02:55:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7993.  
  7994.     * files.el (write-contents-hooks): New variable.
  7995.     (basic-save-buffer): Use write-contents-hooks like write-file-hooks.
  7996.  
  7997. Tue Mar 31 10:40:09 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7998.  
  7999.     * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an
  8000.     error message if a binding has more than one value form.
  8001.  
  8002.     * sendmail.el (mail-position-on-field): Search for the mail header
  8003.     separator only occurring at the beginning of a line.  Insert new
  8004.     headers correctly even if there are no other headers.
  8005.  
  8006.     * loadup.el: When finding pointers to doc strings, place the doc
  8007.     file in ../etc, not ../share-lib.  It's been renamed.
  8008.  
  8009. Tue Mar 24 00:08:33 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8010.  
  8011.     * mailabbrev.el: New version from jwz.
  8012.  
  8013.     * mailabbrev.el (mail-abbrev-expand-hook): If an address in the
  8014.     expansion begins with a /, turn it into an FCC header.
  8015.  
  8016.     * mailabbrev.el: Major rehacking.  Should work in 18 and 19.
  8017.  
  8018. Mon Mar 23 21:06:30 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8019.  
  8020.     * simple.el (copy-region-as-kill): Doc fix.
  8021.  
  8022. Mon Mar 16 10:23:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8023.  
  8024.     * Moved provide clauses to bottom of every elisp file that
  8025.     contains one.
  8026.  
  8027.     * simple.el (undo): Don't print the "Undo!" message if we're in
  8028.     the minibuffer.
  8029.  
  8030. Mon Mar 16 02:13:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8031.  
  8032.     * upd-copyr.el (update-copyright): Don't update the GPL version or
  8033.     replace the notice if the user said not to update the copyright.
  8034.  
  8035. Wed Mar 11 22:46:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8036.  
  8037.     * sendmail.el (mail-fcc): New function.
  8038.     (mail-mode-map): Bind C-c C-f C-f to mail-fcc.
  8039.  
  8040.     * sendmail.el (mail-position-on-field): Recognize the
  8041.     mail-header-separator string, even when it's at the beginning of
  8042.     the buffer.
  8043.  
  8044. Wed Mar 11 13:04:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8045.  
  8046.     * map-ynp.el (map-y-or-n-p): Doc fix.
  8047.  
  8048. Sat Mar  7 22:04:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8049.  
  8050.     * upd-copyr.el (update-copyright): Take two new optional args, to
  8051.     ask the user whether to update, and whether to replace the year.
  8052.     When asking the user, narrow it down to things that look like GPL
  8053.     notices.
  8054.     (ask-to-update-copyright): New function, meant to be put on
  8055.     write-file-hooks.
  8056.  
  8057. Thu Mar  5 20:28:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8058.  
  8059.     * compile.el (compilation-mode-hook): New variable.
  8060.     (compilation-mode): Run it.
  8061.     (compilation-search-path): Made user variable, added autoload cookie.
  8062.     (compilaton-window-height): Added autoload cookie.
  8063.  
  8064. Thu Feb 27 17:06:03 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8065.  
  8066.     * hack-local-variables: Don't take a FORCE argument; it's as easy
  8067.     to bind enable-local-variables to t for a while as it is to pass
  8068.     an extra argument, and it's cleaner.
  8069.     * normal-mode: Instead of passing the FORCE argument, bind
  8070.     enable-local-variables.
  8071.  
  8072.     * set-auto-mode: Don't check for the -*- mode tag if
  8073.     enable-local-variables is nil.
  8074.  
  8075.     * loaddefs.el (auto-mode-alist): There's no reason for this
  8076.     definition and initialization to be here; moved it to...
  8077.     * files.el: Here.
  8078.  
  8079. Fri Feb 21 12:27:50 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8080.  
  8081.     * telnet.el (read-password): Let the quit character terminate
  8082.     password entry.
  8083.  
  8084. Fri Feb  7 16:43:03 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8085.  
  8086.     * info.el: Doc fix.
  8087.  
  8088. Mon Jan 27 19:19:16 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8089.  
  8090.     * simple.el (universal-argument): Read key sequences, not single
  8091.     keys.  Renamed `c-u' to `factor'.  Describe the argument in the
  8092.     minibuffer as it is read.
  8093.     (prefix-arg-internal): Same changes here.  Renamed CHAR argument
  8094.     KEY, to reflect the fact that it can now be an event sequence.
  8095.     (describe-arg): New function (actually, uncommented).
  8096.     (digit-argument, negative): Call prefix-arg-internal with a
  8097.     string for KEY argument, not a character.
  8098.     
  8099.     * simple.el (digit-argument): Strip off high bit of
  8100.     last-command-char.
  8101.  
  8102. Fri Jan 17 18:15:08 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8103.  
  8104.     * term/tvi970.el: New file.
  8105.  
  8106. Thu Jan 16 17:37:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8107.     
  8108.     * screen.el: Don't automatically bind C-z to iconify; this is
  8109.     inappropriate on terminals.
  8110.     * term/x-win.el: Bind C-z to iconify here.
  8111.  
  8112. Wed Jan 15 18:22:42 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8113.  
  8114.     * term/wyse50.el: Rewritten to use function-key-map.
  8115.  
  8116.     * simple.el: Include bindings for [up], [down], [left], and [right].
  8117.  
  8118. Mon Jan 13 02:01:42 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8119.  
  8120.     * setenv.el: New file.
  8121.  
  8122.     * simple.el (x-select-kill): Variable removed.
  8123.     (interprogram-cut-function): New variable.
  8124.     (copy-region-as-kill): Use it.
  8125.  
  8126.     * term/new-at386.el: Rewritten to use function-key-map.
  8127.  
  8128. Fri Jan 10 19:46:58 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  8129.     
  8130.     * flow-ctrl.el: installed.    
  8131.     
  8132. Wed Jan  8 16:27:17 1992  Jim Blandy  (jimb at occs.cs.oberlin.edu)
  8133.  
  8134.     * simple.el (temporary-goal-column): Added missing closing paren.
  8135.  
  8136. Wed Dec 25 22:24:50 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8137.  
  8138.     * mail-utils.el (mail-strip-quoted-names): Return nil if given nil.
  8139.  
  8140. Mon Dec 23 21:01:57 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8141.  
  8142.     * debug.el (cancel-debug-on-entry): Complete over debugged functions.
  8143.  
  8144. Sat Dec 21 03:03:04 1991  Jim Blandy  (jimb at occs.cs.oberlin.edu)
  8145.  
  8146.     * at386.el: Moved to term/at386.el, changed to use
  8147.     function-key-map.
  8148.  
  8149. Fri Dec 20 02:18:27 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8150.  
  8151.     * term/news.el, term/vt100.el: Converted to use function-key-map
  8152.     instead of old keypad.el.
  8153.     * term/sun.el: Console key sequences converted to use
  8154.     function-key-map; emacstool bindings left alone.
  8155.  
  8156. Mon Dec 16 22:29:36 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8157.  
  8158.     * mailabbrev.el: New file.
  8159.     * sendmail.el (mail-setup): Delete code for mail-aliases.
  8160.     Call mail-aliases-setup instead.
  8161.     (sendmail-send-it): Delete code for mail-aliases.
  8162.     (build-mail-aliases, expand-mail-aliases): Autoloads deleted.
  8163.  
  8164. Sat Dec 14 10:04:49 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8165.  
  8166.     * etags.el (find-tag-noselect): fixed subtle bug due to
  8167.     save-excursion.
  8168.  
  8169.       (tags-tag-match): new function, made smarter about exact matches.
  8170.  
  8171. Fri Dec 13 04:48:43 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8172.  
  8173.     * perl-mode.el: installed.
  8174.  
  8175. Fri Dec 13 02:33:26 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8176.  
  8177.     * sendmail.el (mail-default-headers): New user variable.
  8178.     (mail-setup): Insert value of that variable.
  8179.  
  8180. Wed Dec 11 11:04:04 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8181.  
  8182.     * c-mode.el: added C++ style to c-style-alist.
  8183.  
  8184.     * at386.el: installed.
  8185.  
  8186. Mon Dec  9 21:58:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8187.  
  8188.     * man.el (nuke-nroff-bs): Simplify o^H+.  Delete "reformatting" msg.
  8189.  
  8190. Sun Dec  8 04:36:37 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8191.  
  8192.     * blackbox.el: Applied doc patch.  No functions affected.
  8193.  
  8194.     * etags.el: support new (find-tag-noselect) entry point.
  8195.  
  8196.     * info: patched to restore point on `up' to previously visited buffer.
  8197.  
  8198.     * sccs.el: installed 3.5
  8199.  
  8200. Sun Dec  8 02:07:23 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8201.  
  8202.     * simple.el (universal-argument): If there is already an argument
  8203.     specified, don't toss it and read a new one; instead, end argument
  8204.     processing and read the next key literally.
  8205.     (digit-argument, negative-argument): Doc fix.
  8206.  
  8207.     * tar-mode.el (tar-subfile-save-buffer): Use the new current-time
  8208.     subr to generate real timestamps.
  8209.     (tar-update-datestamp): Remove docstring paragraph that claims the
  8210.     feature is not implemented.  Remove similar paragraph from TO DO
  8211.     list at top of file.
  8212.  
  8213. Sun Dec  8 00:43:23 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8214.  
  8215.     * diff.el (diff-internal-diff): New subroutine.
  8216.     (diff): Removed from here.
  8217.     (diff-sccs, diff-rcs): New commands using diff-internal-diff.
  8218.     (diff-rcs-extension): New variable.
  8219.  
  8220. Thu Dec  5 13:49:30 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8221.  
  8222.     * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el:
  8223.     These files expected to find their data in exec-directory, but
  8224.     their data is now located under data-directory.  Changed to use
  8225.     data-directory as appropriate.
  8226.     * loadup.el: Changed to use the appropriate path names.
  8227.  
  8228. Mon Dec  2 22:22:34 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8229.  
  8230.     * mailalias.el (define-mail-alias): Handle quoted aliases.
  8231.  
  8232. Sat Nov 30 22:49:11 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8233.  
  8234.     * simple.el (prefix-arg-internal): Make C-u end the arg.
  8235.     Doc fixes on the argument commands.
  8236.  
  8237. Thu Nov 28 20:23:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8238.  
  8239.     * emacsbug.el (report-emacs-bug): Now autoloaded.
  8240.  
  8241. Sun Nov 24 14:38:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8242.  
  8243.     * simple.el: Doc fix.
  8244.  
  8245. Fri Nov 15 19:07:30 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8246.  
  8247.     * startup.el (command-line): Don't bother catching errors that
  8248.     occur while the window system file is loading; cmd_error can now
  8249.     properly handle errors that occur before screens are set up
  8250.     properly.
  8251.  
  8252.     * startup.el (command-line): baud-rate is a variable, not a
  8253.     function.
  8254.  
  8255. Thu Nov 14 16:44:01 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8256.  
  8257.     * info.el (Info-mode): Mention Info-directory in the list of
  8258.     commands in the docstring.
  8259.     (Info-follow-nearest-node): Rebalance parens.
  8260.  
  8261. Mon Nov 11 18:15:43 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8262.  
  8263.     * find-dired.el: New version munged by sk for tree dired.
  8264.  
  8265. Wed Nov  6 11:05:24 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8266.  
  8267.     * screen.el (screen-initialize, screen-notice-user-settings):
  8268.     Renamed global-minibuffer-screen to default-minibuffer-screen.
  8269.  
  8270. Tue Nov  5 15:43:54 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8271.  
  8272.         * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary,
  8273.     as needed.
  8274.  
  8275. Thu Oct 31 22:24:04 1991  Richard Mlynarik  (mly at peduncle)
  8276.  
  8277.         * ebuff-menu.el (eletric-buffer-menu-mode-map):  Define
  8278.         < and > to scroll-left and scroll-right per user suggestion.
  8279.  
  8280. Thu Oct 31 01:34:14 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8281.  
  8282.     * files.el (cd): Don't bother calling pwd after changing the
  8283.     directory.
  8284.  
  8285.     * shell.el (shell-mode): Doc fix.
  8286.  
  8287.     * screen.el (screen-notice-user-settings): When replacing the
  8288.     initial screen with a minibuffer-only screen, append the original
  8289.     screen's parameters to initial-screen-parameters, so that moves
  8290.     and resizes may take place if appropriate.
  8291.  
  8292.         * cmushell.el: This is now the real shell.el.  Removed the "cmu"
  8293.     prefix from names.
  8294.     (shell): Marked this to be autoloaded.
  8295.  
  8296. Tue Oct 29 11:58:48 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8297.  
  8298.     * files.el (find-file-noselect): Extract filename abbreviation
  8299.     code into separate function.
  8300.     (abbreviate-file-name): This is that.
  8301.  
  8302.     * files.el (after-find-file): If the directory containing the file
  8303.     doesn't exist, offer to create it.
  8304.     (make-directory-path): New function to support this offer.
  8305.  
  8306. Mon Oct 28 21:42:48 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8307.  
  8308.     * macros.el (apply-macro-to-region-lines): Use a marker to keep
  8309.     track of the next line to operate on, so the macro can delete or
  8310.     add lines.
  8311.  
  8312. Sat Oct 26 00:27:40 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8313.     
  8314.     * disass.el (disassemble): Correctly distinguish functions with no
  8315.     interactive spec and functions that are (interactive).  Correctly
  8316.     extract components of explicit calls to byte-code (old-style
  8317.     compiled functions).  Correctly pass byte code of function to
  8318.     disassemble-1.
  8319.     (disassemble-1): Use nth to extract components of explicit call to
  8320.     byte-code, not car and cdr.
  8321.  
  8322. Fri Oct 25 18:17:26 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8323.  
  8324.     * lisp-mode.el (eval-print-last-sexp): Saying (terpri
  8325.     (current-buffer)) after evaluating the expression does bad things
  8326.     if the expression changes the current buffer, so bind
  8327.     standard-input to the buffer that is current before evaluation.
  8328.  
  8329. Mon Oct 21 19:56:11 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8330.  
  8331.     * compile.el (compilation-buffer-name-function,
  8332.     compilation-finish-function): Add autoload cookie for these.
  8333.  
  8334. Tue Oct 15 03:03:27 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8335.  
  8336.     * info.el (Info-follow-nearest-node): Adjusted for new return
  8337.     value format from coordinates-in-window-p.
  8338.  
  8339. Tue Oct  8 15:44:51 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8340.  
  8341.     * add-log.el (change-log-name): New fn.
  8342.     (add-change-log-entry, add-change-log-entry-other-window): All
  8343.     args optional.  FILE-NAME defaults to new var
  8344.     `change-log-default-name'.  Give this var a local value in the
  8345.     buffer we were run from, pointing to the file we found.
  8346.  
  8347. Mon Oct  7 17:36:30 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8348.  
  8349.     * compile.el (compilation-buffer-p): New fn.
  8350.     (compilation-find-buffer, compile-goto-error): Use it.
  8351.  
  8352. Sat Oct  5 18:07:29 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8353.  
  8354.     * compile.el (compile-internal): Don't make state vars local.
  8355.     (compilation-mode): Do it here.
  8356.     (compilation-parse-errors-function, compilation-error-message):
  8357.     Give initial values.
  8358.     (compile-goto-error): Look for compilation-error-list rather than
  8359.     compilation-parse-errors-function in the buffer-local variables
  8360.     to see if this is a compilation buffer, because the latter might
  8361.     not be local.
  8362.  
  8363. Fri Oct  4 19:30:07 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8364.  
  8365.     * files.el (revert-buffer): Call verify-visited-file-modtime with
  8366.     one arg (the current buffer), instead of none.
  8367.  
  8368. Fri Oct  4 16:17:14 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8369.  
  8370.     * rmail.el: Changed two regexps not to look specifically for 19yy
  8371.     for years; look for yyyy instead.  Planning for the millenium.
  8372.  
  8373. Thu Oct  3 18:36:31 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8374.  
  8375.     * version.el (emacs-version): (From Bob:) Take optional arg
  8376.     (prefix arg) to insert version text at point.
  8377.  
  8378. Thu Sep 26 05:28:34 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8379.  
  8380.     * info.el (Info-default-directory-list): defvar this instead of
  8381.     defconsting it, so paths.el can set it.
  8382.  
  8383. Thu Sep 26 01:40:12 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8384.  
  8385.     * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.
  8386.  
  8387. Mon Sep 10 19:43:20 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  8388.  
  8389.     * autoload.el (batch-update-autoloads): Use catch and throw to
  8390.     give up on a file altogether if it gets an error.
  8391.  
  8392.     * autoload.el (update-file-autoloads): Always check the old section.
  8393.     If the file has no cookies, it will be deleted and not replaced.
  8394.  
  8395. Sun Sep  8 17:44:17 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8396.  
  8397.     * simple.el (line-move): After C-e, do consider eol of blank line.
  8398.     Don't treat start of blank line as eol.
  8399.  
  8400. Sat Sep  7 13:55:38 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8401.  
  8402.     * fill.el (fill-individual-paragraphs):
  8403.     Find a fill-prefix that works for the whole paragraph.
  8404.  
  8405.     * simple.el (line-move): Don't treat start of blank line as eol.
  8406.  
  8407. Tue Sep  3 21:55:08 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8408.  
  8409.     * debug.el (debugger-step-through): Fix message typo.
  8410.  
  8411. Mon Sep  2 20:28:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8412.  
  8413.     * server.el (server-start): Delete old socket in /tmp as well as in ~.
  8414.  
  8415. Mon Aug 26 23:30:14 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8416.  
  8417.     * abbrev.el, chistory.el: Remove periods from error messages.
  8418.  
  8419. Sun Aug 25 16:02:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8420.  
  8421.     * help.el (describe-function, describe-variable):
  8422.     Return the same text as was displayed.
  8423.  
  8424.     * files.el: Doc fix.
  8425.  
  8426.     * files.el: Don't require map-ynp.
  8427.     * map-ynp.el: No need for provide.
  8428.     * loadup.el: Load map-ynp.
  8429.  
  8430. Fri Aug 23 10:35:45 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8431.  
  8432.         * calendar.el (calendar-last-day-of-month, calendar-leap-year-p,
  8433.         calendar-day-number, calendar-absolute-from-gregorian): Change
  8434.     from functions to macros for speed.
  8435.  
  8436. Thu Aug 22 19:57:12 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8437.  
  8438.     * files.el (find-backup-file-name):
  8439.     (apply fun (cons first rest)) => (apply fun first rest).
  8440.     Come on, guys.
  8441.  
  8442. Tue Aug 20 16:20:42 1991  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  8443.     
  8444.     * rmail.el (rmail-convert-to-babyl-format): Roland added the
  8445.     missing paren in the wrong place; fixed.    
  8446.         
  8447.     * screen.el (screen-initialize): Added missing `function' around
  8448.     lambda expression.
  8449.         
  8450. Tue Aug 20 16:15:13 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8451.  
  8452.     * files.el (switch-to-buffer-other-screen,
  8453.     find-file-read-only-other-screen): Remove extra parens.
  8454.  
  8455.     * rmail.el (rmail-convert-to-babyl-format): Add missing paren.
  8456.  
  8457. Mon Aug 19 12:16:47 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8458.  
  8459.         * calendar.el (redraw-calendar): Preserve cursor location in
  8460.     redrawing.
  8461.     (extract-calendar-month, extract-calendar-day,
  8462.     extract-calendar-year):
  8463.         Change from functions to macros to speed up computation.
  8464.  
  8465.         * holiday.el:
  8466.         calendar-holiday-function-rosh-hashanah-etc: Correct date of Selichot.
  8467.  
  8468. Sun Aug 18 19:46:20 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8469.  
  8470.     * rmail.el (rmail-convert-to-babyl-format):
  8471.     If can't find end of babyl header or babyl message,
  8472.     try to resync with next ordinary message.
  8473.  
  8474. Sat Aug 17 20:54:46 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8475.  
  8476.     * doctor.el (doctor-strangelove): New fn.
  8477.     (doctor-member): Removed.
  8478.     (doctor-doc): Use member instead of doctor-member.
  8479.     (doctor-rms): Restored.
  8480.  
  8481. Fri Aug 16 00:07:35 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8482.  
  8483.     * term/x-win.el: Removed obsolete definitions for function keys.
  8484.  
  8485. Thu Aug 15 02:32:24 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8486.  
  8487.     * screen.el (screen-create-initial-screen): Renamed to
  8488.     screen-initialize.  Arrange to cause errors if people try to
  8489.     create screens when no window system is running.
  8490.  
  8491.     * loadup.el: load screen.el into the dumped emacs.
  8492.  
  8493.     * subr.el (add-hook): Cons FUNCTION onto the value of the symbol
  8494.     HOOK, not the symbol itself.
  8495.  
  8496.     * loaddefs.el (ctl-x-4-map): Move definition from here...
  8497.     * subr.el (ctl-x-4-map): To here.
  8498.     (ctl-x-3-map): New prefix.
  8499.     (mouse-map): Deleted.
  8500.  
  8501.     * screen.el (new-screen-x-delta, new-screen-y-delta,
  8502.     new-screen-position): Removed.
  8503.     (new-screen): Simplified.
  8504.     (split-to-other-screen): Removed.
  8505.     (switch-to-buffer-other-screen, find-file-other-screen,
  8506.     find-file-read-only-other-screen, mail-other-screen): Moved, along
  8507.     with their keybindings, to...
  8508.     * files.el (switch-to-buffer-other-screen, find-file-other-screen,
  8509.     find-file-read-only-other-screen): Here...
  8510.     * sendmail.el (mail-other-screen): And here.
  8511.  
  8512. Wed Aug 14 18:48:25 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8513.  
  8514.     * files.el (generate-new-buffer): Function moved here from
  8515.     src/buffer.c.
  8516.     (set-visited-file-name): Use the new argument to rename-buffer.
  8517.  
  8518.     * macros.el (apply-macro-to-region-lines): Don't complain if there
  8519.     is no defined keyboard macro if one was passed as an argument.
  8520.     Don't test if macro is null inside the loop; set it to
  8521.     last-kbd-macro outside the loop.
  8522.  
  8523. Wed Aug 14 18:30:38 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8524.  
  8525.     * info.el: Removed bindings and help reference to nonexistent
  8526.     mouse commands.
  8527.     (Info-default-directory-list): New defconst, list to initialize
  8528.     Info-directory-list with by default.
  8529.     (info): Initialize Info-directory-list to
  8530.     Info-default-directory-list if there is no INFODIR envariable.
  8531.     * paths.el (Info-default-directory-list): Define instead of
  8532.     Info-directory-list.
  8533.  
  8534. Tue Aug 13 07:57:29 1991  Ken Raeburn  (raeburn@watch.com)
  8535.  
  8536.     * time.el (display-time-24hr-format): New variable.
  8537.     (display-time-filter): If display-time-24hr-format is non-nil,
  8538.     display time in 24-hour format, rather than using AM/PM suffix.
  8539.     Also, don't blow up in substring if load average is unavailable.
  8540.  
  8541. Tue Aug 13 04:31:30 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8542.  
  8543.     * screen.el: Incorporated other-screen functions and key bindings.
  8544.  
  8545.     * screen.el: iconification code reworked; this code will require
  8546.     a mapping hook of some sort to work correctly.
  8547.  
  8548.     * screen.el, term/x-win.el: Renamed screen-default-alist to
  8549.     default-screen-alist.
  8550.     (default-screen-alist): Moved declaration to screen.c; the
  8551.     screen creation subrs should consult this transparently.
  8552.  
  8553.     * term/x-win.el (x-get-resources, x-pop-initial-window): Functions
  8554.     deleted.  Don't call them at the bottom of the file anymore.
  8555.  
  8556. Mon Aug 12 02:16:22 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8557.  
  8558.     * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list.
  8559.  
  8560.     * files.el (save-some-buffers): Add missing `(and' and matching
  8561.     `)' so that buffer-offer-save is actually tested.
  8562.  
  8563. Mon Aug 12 01:14:37 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8564.  
  8565.     * window.el (split-window-keep-point): New user option.
  8566.     (split-window-vertically): Modified to support it.
  8567.     * startup.el (command-line): Choose a default value for
  8568.     split-window-keep-point according to the baud rate.
  8569.     * term/x-win.el: Set split-window-keep-point.
  8570.  
  8571. Sat Aug 10 21:02:00 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8572.  
  8573.     * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed
  8574.     these functions; we do this differently now.
  8575.  
  8576. Wed Aug  7 22:49:14 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8577.  
  8578.     * autoload.el (batch-update-autoloads): Do (save-some-buffers t)
  8579.     before killing emacs, so loaddefs.el will be saved.
  8580.  
  8581. Mon Aug  5 18:41:25 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8582.  
  8583.     * screen.el (screen-creation-func): Renamed to
  8584.     screen-creation-function, as per the convention.
  8585.  
  8586.     * screen.el (screen-creation-func): Do not initialize this
  8587.     according to the window system name; let the window
  8588.     system-specific file initialize it however it wants.
  8589.     * term/x-win.el: Set screen-creation-function to x-create-screen.
  8590.  
  8591.     * screen.el: All of the screen startup code reworked.
  8592.  
  8593. Thu Aug  1 14:48:40 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8594.  
  8595.     * startup.el (pre-init-hook): New variable.
  8596.     (window-setup-hook): Doc fix.
  8597.     (command-line): Call pre-init-hook.
  8598.     (command-line-1): Updated copyright date.
  8599.  
  8600. Wed Jul 31 13:39:04 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8601.  
  8602.     * rmailedit.el: When initializing rmail-edit-map, take the cdr of
  8603.     text-mode-map before nconcing it, to omit the keymap header.
  8604.  
  8605. Wed Jul 31 02:03:38 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8606.  
  8607.     * screen.el (auto-new-screen-function): Renamed to
  8608.     pop-up-screen-function.
  8609.     (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen.
  8610.  
  8611. Tue Jul 30 22:49:17 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8612.  
  8613.     * apropos.el (apropos, super-apropos): Don't make window for no syms.
  8614.  
  8615. Mon Jul 29 23:34:04 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8616.  
  8617.     * loaddefs.el: Don't make backup versions of this file.
  8618.  
  8619. Sun Jul 28 14:39:44 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8620.  
  8621.     * autoload.el (generate-autoload-cookie): Doc fix.
  8622.  
  8623. Sun Jul 28 08:42:20 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8624.  
  8625.     * etags.el: Renamed new-etags.el, copied Emacs 18's tags package
  8626.     into its place - the new version seemed to have half-completed
  8627.     major changes.  Added autoload marks and changed it to (provide
  8628.     'etags) instead of tags.
  8629.     
  8630.         * help.el: Autoload the (defvar help-map ...) so that info.el
  8631.     can define keys in it.
  8632.     * loaddefs.el: Updated.
  8633.  
  8634. Sat Jul 27 20:20:57 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8635.  
  8636.     * info.el (Info-find-emacs-command-node): New fn.
  8637.     (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
  8638.     New fns, bound to C-h C-f and C-h C-k, to pop to the info node for
  8639.     an Emacs command or keystroke.
  8640.  
  8641. Fri Jul 26 23:25:42 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8642.  
  8643.     * terminal.el (te-stty-string): Delete `new' since loses on SYSV.
  8644.  
  8645. Thu Jul 25 19:22:02 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8646.  
  8647.     * edebug.el: Version 2.5 from LaLiberte.
  8648.  
  8649. Thu Jul 25 12:40:39 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8650.  
  8651.     * view.el: (define-key "C-xv" 'view-file).
  8652.     (view-file-other-window, view-buffer-other-window): New functions.
  8653.     (view-prev-buffer): Renamed to view-return-here.
  8654.     (view-exit): If view-return-here is a buffer, switch to it;
  8655.     if it is a window configuration, apply it.
  8656.  
  8657.     * subr.el (search-forward-regexp, search-backward-regexp): Added
  8658.     alternate names.
  8659.  
  8660. Wed Jul 24 00:34:15 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8661.     
  8662.     * diff.el (diff): Turn off read-only flag to insert "no
  8663.     differences" message.
  8664.     
  8665. Tue Jul 23 18:54:26 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8666.     
  8667.     * isearch.el (isearch): If the user switches to a different
  8668.     screen, exit the isearch.
  8669.         
  8670.     * isearch.el (isearch): Changed reference to `cmds' to use
  8671.     variable's new name `history'.
  8672.     
  8673. Tue Jul 23 15:00:06 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8674.  
  8675.     * rmail.el (rmail-first-unseen-message): Make loop looking for
  8676.     unseen msgs not skip the first one.
  8677.  
  8678.     * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren.
  8679.  
  8680. Sun Jul 21 07:54:33 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8681.     
  8682.     * isearch.el (isearch): Don't assume that we're repeating a search
  8683.     that found an empty string; check history to make sure we're
  8684.     repeating a search and not starting one up with a pattern from the
  8685.     ring.
  8686.         
  8687.     * view.el: When initializing view-mode-map, use the new-style key
  8688.     maps.
  8689.         
  8690.     * screen.el (auto-new-screen-function): Set this to a lambda which
  8691.     calls the screen-creation-func.
  8692.  
  8693. Fri Jul 19 16:14:33 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8694.  
  8695.     * backquote.el (bq-make-maker):
  8696.     Don't replace quoted shared structure by copies.
  8697.  
  8698. Fri Jul 19 10:42:57 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8699.  
  8700.     * files.el (save-some-buffers): Added save-excursions around code
  8701.     that does set-buffer.
  8702.  
  8703. Mon Jul 15 19:33:30 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8704.  
  8705.     * etags.el (visit-tags-table): Don't make tags-completion-alist.
  8706.     (tags-completion-alist): If tags-completion-alist is non-nil,
  8707.     return it; else build it and then return it.
  8708.     (find-tag-tag): Pass 'tags-completion-alist as TABLE to
  8709.     completing-read, so the table is built on demand.
  8710.  
  8711.     * sendmail.el (mail-do-fcc): Added missing close paren.
  8712.  
  8713. Mon Jul 15 17:54:22 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8714.  
  8715.     * term/x-win.el: Enable interrupt-driven input after opening the X
  8716.     connection, so that the fcntls on file descriptor 0 apply to the
  8717.     socket, not the terminal.
  8718.  
  8719.     * screen.el: Don't bind `C-x o' to next-multiscreen-window or
  8720.     displace other-window to `M-o'.
  8721.  
  8722. Mon Jul 15 09:15:26 1991  Stephen A. Wood  (saw at hallc1)
  8723.  
  8724.     * fortran.el version 1.28.3
  8725.     Now works in either mode when `tab-width' is not 8.
  8726.  
  8727.     (fortran-electric-line-number, fortran-indent-to-column): Use
  8728.     `fortran-minimum-statement-indent' instead of 8.
  8729.  
  8730.     (fortran-current-line-indentation):  Now skips over line number
  8731.     and whitespace correctly when tab-width is not 8.
  8732.  
  8733.     (fortran-setup-tab-format-style):  Set `fortran-comment-line-column' and
  8734.     `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8.
  8735.     The minimum 6 insures legal indenting for lines with line numbers.
  8736.     
  8737. Sat Jul 13 02:19:05 1991  Jim Blandy  (jimb at churchy.gnu.ai.mit.edu)
  8738.  
  8739.     * info.el (Info-find-node): Call buffer-flush-undo with one arg,
  8740.     instead of none.  Change call to get-buffer-c>reate to
  8741.     get-buffer-create.
  8742.  
  8743.     * startup.el (command-line): Remove the arguments from
  8744.     command-line-args as we process them.
  8745.     (command-line-1): Removed code to ignore the arguments processed
  8746.     in command-line, because they're all deleted now.
  8747.  
  8748.     * replace.el (occur): Set tem to the location of the match before
  8749.     adding it to occur-pos-list, so we don't end up with an
  8750.     occur-pos-list of nulls.  And allocate the final-context-start
  8751.     marker once, so we don't allocate jillions of markers in the 
  8752.  
  8753. Thu Jul 11 17:58:13 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  8754.  
  8755.     * term/x-win.el (x-handle-args): Re-written to take the command
  8756.     line switch as an argument, instead of just assuming it's in ARGS,
  8757.     and return the modified list.  Changed caller to pass and set
  8758.     command-line-args.
  8759.  
  8760.     * startup.el (command-line): Re-balance parens.
  8761.     Pass command-line-args to command-line-1, not args.
  8762.  
  8763. Tue Jul  9 12:28:14 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8764.  
  8765.     * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.
  8766.  
  8767. Mon Jul  8 21:26:28 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8768.  
  8769.     * ftp.el (ftp-command): Skip multiline messages.
  8770.  
  8771. Mon Jul  8 12:01:34 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8772.  
  8773.     * ispell.el (ispell-buffer): fset to 'ispell.
  8774.  
  8775.     * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote.
  8776.  
  8777. Thu Jul 4 16:56:45 1991  Stephen A. Wood  (saw at hallc1.cebaf.gov)
  8778.  
  8779.     * fortran.el: Added ;;;###autoload definition for
  8780.     fortran-tab-mode-default variable.
  8781.  
  8782.     * fortran.el (fortran-numerical-continuation-char): Replace
  8783.     (backward-line 1) with (forward-line -1) since backward-line is
  8784.     defined only in edt.
  8785.     (fortran-previous-statement): Fix error in parens.
  8786.     (fortran-indent-to-column): Likewise.
  8787.  
  8788. Thu Jul  4 13:01:57 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8789.  
  8790.     * files.el (save-some-buffers): Use map-y-or-n-p return value.
  8791.  
  8792.     * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on !
  8793.     hit not get acted on.
  8794.  
  8795. Thu Jul  4 13:03:51 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8796.  
  8797.     * cmacexp.el (c-macro-expand): Use new variables
  8798.     c-macro-preprocessor and c-macro-options.
  8799.  
  8800.     * teco.el: New file.
  8801.  
  8802. Mon Jul  1 16:59:51 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8803.  
  8804.     * map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
  8805.     Fixed list-eating bug.
  8806.  
  8807. Mon Jul  1 14:17:51 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8808.  
  8809.     * ws-mode.el: New file.
  8810.  
  8811.     * forms.el: New version from Vromans.
  8812.  
  8813. Sat Jun 29 16:04:08 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8814.  
  8815.     * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn.
  8816.     PROMPTER may also be a format string.
  8817.  
  8818. Sat Jun 29 15:49:13 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8819.  
  8820.     * simple.el (shell-command-on-region):
  8821.     Handle case where input is from *Shell Command Output*.
  8822.  
  8823. Fri Jun 28 17:19:23 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8824.  
  8825.     * startup.el (command-line): Let init file change command-line-args.
  8826.     Don't fail to advance args past -debug-init.
  8827.     (command-line-1): Ignore here options processed at earlier stages.
  8828.  
  8829. Wed Jun 26 12:27:39 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8830.  
  8831.     * term/x-win.el (x-read-resources): When a resource is not
  8832.     available, use (nth 2 key-resname-default) to get the default, not
  8833.     (nth 3 key-resname-default), which is nil.
  8834.     Open the connection to the server *before* trying to read the
  8835.     resources, silly.
  8836.  
  8837. Thu Jun 20 06:28:50 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
  8838.  
  8839.     * subr.el (ignore): Added docstring for this; it appears as a key
  8840.     binding, so it ought to be described.
  8841.  
  8842. Wed Jun 19 12:26:17 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8843.  
  8844.     * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer.
  8845.  
  8846. Mon Jun 17 17:50:46 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8847.  
  8848.     * simple.el (kill-region): Allow read-only buffers.
  8849.  
  8850.     * find-dired.el (find-dired-filter): If the buffer has been
  8851.     killed, delete the process.
  8852.  
  8853.     * find-dired.el (find-ls-option): Made a defvar rather than defconst.
  8854.  
  8855. Wed Jun 12 14:01:07 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8856.  
  8857.     * upd-copyr.el (update-copyright): Fixed typo in help text.
  8858.  
  8859. Sun May 26 12:34:50 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8860.     
  8861.     * disass.el (disassemble-internal): Fixed typo string? -> stringp.
  8862.     
  8863. Sun May 26 11:36:43 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8864.  
  8865.         * holiday.el (calendar-holiday-function-passover-etc): Correct
  8866.     date and spelling of Yom HaAtzma'ut.
  8867.  
  8868. Thu May 23 18:14:55 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8869.  
  8870.     * mail-utils.el: Require lisp-mode, because we use
  8871.     lisp-mode-syntax-table.  Lisp-mode is usually in the dumped emacs,
  8872.     but dumping should always be a convenience, not an unstated
  8873.     expectation.
  8874.     * lisp-mode.el: Do a (provide 'lisp-mode).
  8875.     Initialize lisp-mode-syntax-table outside of all functions, so
  8876.     that we don't have to hope that lisp-mode-variables has been
  8877.     called before using mail-strip-quoted-name.  Odd dependencies.
  8878.  
  8879.     * sendmail.el (mail-archive-file-name): Make this a defvar, not a
  8880.     defconst.  There seems to be no entry saying why this was made a
  8881.     defconst. 
  8882.  
  8883.     * text-mode.el (indented-text-mode-map): When redefining TAB,
  8884.     don't clobber the definition in text-mode-map, but DO share the
  8885.     rest of text-mode-map.
  8886.  
  8887. Thu May 23 14:34:03 1991  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  8888.     
  8889.     * startup.el (command-line): don't do anything if $VERSION_CONTROL
  8890.     is not set; move code to import environment var ahead of .emacs
  8891.     load.    
  8892.     
  8893. Wed May 22 20:11:53 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
  8894.  
  8895.     * forms.el (scroll-up, scroll-down): Made argument &optional.
  8896.  
  8897. Wed May 22 18:04:28 1991  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  8898.     
  8899.     * rmail.el (rmail-variables): Rmail should not be a
  8900.     save-buffer-skip buffer.  If the user wants this confusing
  8901.     behavior, it can be personally customized.    
  8902.     
  8903. Wed May 22 15:05:03 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
  8904.  
  8905.     * term/x-win.el (x-switches-specified): Variable deleted; the
  8906.     options given on the command line are placed in screen-default
  8907.     alist, so that all the screens created get them.
  8908.     (x-handle-switch, x-handle-numeric-switch): Put the values in
  8909.     screen-default alist instead of in x-switches-specified.
  8910.     (x-handle-geometry): Put the geometry in initial-screen-alist.
  8911.     (x-pop-initial-window): Build the arguments to
  8912.     pop-initial-screen from initial-screen-alist and
  8913.     screen-default-alist alone; don't use x-switches-specified.
  8914.     (x-read-resources): New function to read the X defaults and put
  8915.     them in screen-default-alist.  Call this function at the bottom.
  8916.     * screen.el (death-function): Removed, because this is now handled
  8917.     better in startup.el.
  8918.     (pop-initial-screen): Don't do a condition-case to call
  8919.     death-function.
  8920.  
  8921. Sat May 18 14:11:06 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8922.  
  8923.     * macros.el (apply-macro-to-region-lines): Added a save-excursion
  8924.     around the macro invocation, so that the macro doesn't need to
  8925.     stay on the same line.
  8926.  
  8927.     * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an
  8928.     empty region when the process-mark was at the beginning of the
  8929.     line, because this will cause an infinite loop in
  8930.     gdb-maybe-delete-prompt.
  8931.  
  8932.     * startup.el (command-line): If an error occurs while initializing
  8933.     the window system, catch it and write the error message to
  8934.     external-debugging-output.
  8935.  
  8936. Fri May 17 14:20:11 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8937.  
  8938.         * holiday.el: Add Erev Shavuot to the full list of Jewish
  8939.     holidays.
  8940.  
  8941. Thu May 16 15:05:52 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  8942.  
  8943.     * macros.el (apply-macro-to-region-lines): New function.
  8944.  
  8945.     * term/x-win.el (x-handle-switch): The newline at the end of the
  8946.     comment line at the top of this function was missing.
  8947.  
  8948. Thu May 16 14:22:10 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8949.  
  8950.     * autoload.el (batch-update-autoloads): New function to update
  8951.     autoloads with emacs -batch.
  8952.  
  8953.     * autoload.el (generate-file-autoloads): Don't put non-autoload
  8954.     forms in the (autoloads ...) list in the header.
  8955.  
  8956. Tue May 14 18:05:51 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8957.  
  8958.     * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while
  8959.     prompting.
  8960.  
  8961. Mon May 13 21:55:14 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8962.  
  8963.     * bytecomp.el (byte-compile-setq): Clean error if var not a symbol.
  8964.  
  8965. Mon May 13 18:09:52 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8966.  
  8967.     * autoload.el (update-file-autoloads): If the file is in a buffer
  8968.     and that buffer is modified, update the autoloads regardless of
  8969.     the file times.
  8970.     If the file was not in a buffer before, kill the buffer we create.
  8971.     update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to
  8972.     eat all available memory.
  8973.  
  8974. Mon May 13 17:35:33 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
  8975.  
  8976.     * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el:
  8977.       awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el:
  8978.       cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el:
  8979.       compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el:
  8980.       dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el:
  8981.       echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el:
  8982.       fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el:
  8983.       hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el:
  8984.       isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el:
  8985.       mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el:
  8986.       mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el:
  8987.       outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el:
  8988.       reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el:
  8989.       shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el:
  8990.       tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el:
  8991.       underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.e:
  8992.     Fixed ;;;###autoload definitions.
  8993.  
  8994. Mon May 13 16:52:53 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8995.  
  8996.     * autoload.el (generate-file-autoloads): Don't do special
  8997.     doc-string hacking for defvar and defconst.  We in fact don't want
  8998.     loaddefs.el to have docstrings make-docfile can grok; it should be
  8999.     able to grok the originals, but not the copies, so there will be
  9000.     only one copy of each docstring in the DOC file.
  9001.  
  9002. Mon May 13 16:16:50 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9003.  
  9004.     * isearch.el (search-exit-char): As per the opinion poll results,
  9005.     change this to RET.
  9006.     (isearch): Change miscellanous internals so that newline is
  9007.     automatically quoted, and change the docstring and comments to say
  9008.     that RET exits the search.
  9009.  
  9010. Mon May 13 14:38:26 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9011.  
  9012.     * find-dired.el (find-ls-option): New defconst, string for "-ls".
  9013.     (find-dired): Use it.
  9014.  
  9015. Mon May 13 11:37:01 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9016.  
  9017.     * loaddefs.el (auto-mode-alist): Recognize .emacs only at end.
  9018.  
  9019. Mon May 13 10:27:56 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
  9020.  
  9021.     * simple.el (blink-matching-open): Make this function interactive.
  9022.  
  9023. Sun May 12 20:30:31 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9024.  
  9025.     * find-dired.el (find-name-dired): Simple-minded find-dired
  9026.     interface to do "find -name PATTERN".
  9027.  
  9028.     * find-dired.el (find-dired-filter): Don't search; use
  9029.     forward-line instead.
  9030.     (find-dired-filter, find-dired-sentinel): Changed docstrings to
  9031.     comments.
  9032.  
  9033. Sat May 11 13:21:09 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9034.  
  9035.     * loaddefs.el: Moved some defvars and defconsts to other files
  9036.     (with ;;;###autoload).
  9037.  
  9038.     * reposition.el: Bind reposition-window to M-C-l.
  9039.  
  9040. Thu May  9 16:31:24 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9041.  
  9042.     * autoload.el: New file, a package to maintain autoloads in
  9043.     loaddefs.el.
  9044.     * *.el: Make everything use it.  Comments in loaddefs.el explain
  9045.     what to do.
  9046.  
  9047.     * etags.el: (provide 'etags) inside of (provide 'tags).
  9048.     Why was the file renamed??
  9049.  
  9050.     * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline.
  9051.  
  9052. Thu May  9 07:15:16 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  9053.  
  9054.     * disass.el (disassemble-internal): Rearranged to conveniently
  9055.     handle compiled-function objects.
  9056.     (disassemble-1): Extract bytes and constants correctly from both
  9057.     compiled-function objects and calls to the byte-code function.
  9058.  
  9059.     * simple.el (kill-region): Remove the second item from the
  9060.     interactive spec; this is a vestige from when this function took a
  9061.     "verbose" argument.
  9062.  
  9063.     * lisp-mode.el (eval-print-last-sexp): Insert newlines before and
  9064.     after evaluating the expression.
  9065.  
  9066. Wed May  8 15:21:27 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9067.  
  9068.     * map-ynp.el: New file defines new fn map-y-or-n-p.
  9069.     * files.el (save-some-buffers): Rewritten to use it.
  9070.  
  9071. Wed May  8 13:25:59 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
  9072.  
  9073.     * rmail.el: Doc fix.
  9074.     (rmail-first-message): New function; bound to "<".
  9075.  
  9076. Wed May  8 06:23:25 1991  Jim Blandy  (jimb at churchy.gnu.ai.mit.edu)
  9077.  
  9078.     * screen.el: Removed temporary hack to set up auto-new-screen and
  9079.     auto-new-screen-function.
  9080.  
  9081. Tue May  7 20:31:28 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9082.  
  9083.     * find-dired.el: New fn M-x find-dired lets you run a `find'
  9084.     command and do dired on the result.
  9085.     * loaddefs.el (find-dired): Autoload it.
  9086.  
  9087. Mon May  6 15:00:00 1991  Stephen A. Wood  (saw at hallc1.cebaf.gov)
  9088.  
  9089.     * fortran.el version 1.28
  9090.     Major upgrade of previous version 1.21.  Cleaned up doc-strings, made
  9091.     all lines 80 or less characters and made the following changes.
  9092.  
  9093.     Added modify-syntax-entry's for ?\r and ?=.
  9094.     Bound LFD to fortran-reindent-then-newline-and-indent.
  9095.     Rebound \C-c\C-w to fortran-window-create-momentarily.
  9096.     Added numerous default abbreviations for keywords.
  9097.  
  9098.     (fortran-mode): Definition of `comment-line-start-skip' changed.
  9099.     `abbrev-mode' is set to t by default.  New local variables
  9100.     `fortran-tab-mode', `fortran-comment-line-column',
  9101.     `fortran-minimum-statement-indent', `fortran-column-ruler',
  9102.     and `fortran-tab-mode-string'.  Call fortran-analyze-file-format.
  9103.  
  9104.     (fortran-window-create, fortran-window-create-momentarily):  Cleaned
  9105.     up first function, created second to create a window 72 characters
  9106.     wide until a key is struck.
  9107.  
  9108.     (fortran-electric-line-number): Distinguish digit as continuation
  9109.     character from digit as line number.
  9110.  
  9111.     (fortran-previous-statement, fortran-next-statement):
  9112.     Recognize tab-digit continuation lines as well as fixed format.
  9113.  
  9114.     (fortran-blink-matching-if): New command.
  9115.     (fortran-indent-line): Change indentation of comments.
  9116.     (fortran-reindent-then-newline-and-indent): New command.
  9117.  
  9118.     (calculate-fortran-indent): Now handles tab format style.
  9119.     If a previous END statement is found, the indentation is reset to the
  9120.     minimum.
  9121.  
  9122.     (fortran-current-line-indentation, fortran-indent-to-column):
  9123.     (fortran-split-line, fortran-numerical-continuation-char): 
  9124.     (fortran-line-number-indented-correctly-p): Handle tab format style.
  9125.  
  9126.     (fortran-analyze-file-format):
  9127.     (fortran-tab-mode, fortran-setup-tab-mode-style):
  9128.     (fortran-setup-fixed-format-style): New commands.
  9129.  
  9130. Sun May  5 21:24:04 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  9131.  
  9132.     * calc.el: When setting up calc-digit-map, don't try to apply aref
  9133.     to the keymaps; extract the vectors from the keymaps before
  9134.     working on them.
  9135.     * calc-ext.el: When setting up calc-mode-map, use define-key and
  9136.     lookup-key instead of aset and aref.
  9137.  
  9138. Fri May  3 15:05:48 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9139.  
  9140.     * help.el (function-called-at-point): Try a symbol around point.
  9141.     (describe-function): Describe datatype also.
  9142.  
  9143. Wed May  1 01:28:43 1991  Roland McGrath  (roland at albert.gnu.ai.mit.edu)
  9144.  
  9145.     * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output
  9146.     to where the value of the form will be printed while evalling it.
  9147.  
  9148. Tue Apr 30 20:24:45 1991  Roland McGrath  (roland at albert.gnu.ai.mit.edu)
  9149.  
  9150.     * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then
  9151.     eval it, rather than using eval-region.  The old version could
  9152.     lose if the form being eval'd moved point or twiddled the restriction.
  9153.     (eval-defun): Similarly rewritten.
  9154.     (eval-print-last-sexp): Rewritten to just call eval-last-sexp;
  9155.     removed some duplicated code.
  9156.  
  9157. Tue Apr 30 18:14:58 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9158.  
  9159.     * isearch.el (isearch): * and ? are not special after incomplete input.
  9160.     When they are special, use old other-end for cs in both reverse
  9161.     and forward.
  9162.  
  9163. Tue Apr 30 22:53:05 1991  Stephen A. Wood  (saw at hallc1.cebaf.gov)
  9164.  
  9165.     * fortran.el version 1.28.
  9166.     Major upgrade of previous version 1.21.
  9167.  
  9168.     Now supports tab or fixed format style of continuation control and
  9169.     indentation.  In tab style, lines start with a tab, or a line
  9170.     number followed by a tab.  If the first character after the tab is
  9171.     a digit from 1 to 9, the line is a continuation line.  When
  9172.     entering fortran mode for a file, the first line that begins with
  9173.     6 spaces or a tab is found.  The buffer is then set respectively
  9174.     to either fixed format or tab format style.  The mode may be
  9175.     toggled with the command fortran-tab-mode.
  9176.  
  9177.     Fixed a bug in which indenting a comment line that contained a `!'
  9178.     caused a max-lisp-eval-depth exceeded error.
  9179.  
  9180.     Bound LFD to fortran-reindent-then-newline-and-indent.
  9181.  
  9182.     Added command fortran-blink-matching-if which is called when an
  9183.     endif statement is indented.  Enabled/disabled by setting variable
  9184.     of same name to t/nil.
  9185.  
  9186.     Added some abbreviations for modern fortrans.
  9187.  
  9188.     C-c C-w bound to new function fortran-window-create-momentarily
  9189.     which creates a 72 character wide window until the next key is struck.
  9190.  
  9191.     Variable fortran-continuation-char changed to
  9192.     fortran-continuation-string.
  9193.  
  9194.     Modified fortran-electric-line-number to just insert the struck
  9195.     digit when the point is located after 5 spaces, or when the point
  9196.     is located after a tab character and the last command was not
  9197.     fortran-indent-line or fortran-reindent-then-newline-and-indent.
  9198.     This allows digits to be manually used as continuation line
  9199.     indicators.
  9200.     Also fixed a bug in fortran-electric-line-number which caused the
  9201.     digit keys not to work at all if electric line numbering was
  9202.     disabled.
  9203.  
  9204. Mon Apr 29 15:01:52 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9205.  
  9206.     * info.el (Info-read-subfile): Skip blank lines.
  9207.  
  9208. Mon Apr 22 19:53:58 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9209.  
  9210.     * resume.el, rfc822.el, rmail-kill.el: Doc fix.
  9211.  
  9212. Thu Apr 18 21:43:10 1991  Roland McGrath  (roland@gnu.ai.mit.edu)
  9213.  
  9214.     * add-log.el (prompt-for-change-log-name): Made a defun rather
  9215.     than a defmacro (braino fix).
  9216.  
  9217. Thu Apr 18 20:36:22 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9218.  
  9219.     * simple.el (count-lines-region): Display the number of characters
  9220.     in the region as well.
  9221.  
  9222. Sun Apr 14 23:35:21 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  9223.  
  9224.         * diary.el (diary-omer, diary-parasha): Fix punctuation in diary
  9225.     entries.
  9226.  
  9227. Fri Apr 12 15:24:43 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9228.  
  9229.     * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix.
  9230.     * remote.el, replace.el: Doc fix.
  9231.  
  9232. Thu Apr 11 15:25:04 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9233.  
  9234.     * simple.el (kill-region): Don't print out a message saying how
  9235.     many characters are being killed.
  9236.  
  9237. Wed Apr 10 09:58:35 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9238.  
  9239.     * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix.
  9240.     * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix.
  9241.  
  9242. Fri Apr  5 16:11:59 1991  Raul Acevedo  (kitaro@gnu.ai.mit.edu)
  9243.  
  9244.     * options.el: Edit-options-mode runs `Edit-options-mode-hook'.
  9245.     Also fixed the regexp used by Edit-options-modify so you can
  9246.     modify a variable if at the beginning of the buffer.
  9247.  
  9248. Fri Apr  5 14:45:24 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9249.  
  9250.     * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix.
  9251.  
  9252. Thu Apr  4 13:06:16 1991  Raul Acevedo  (kitaro@gnu.ai.mit.edu)
  9253.  
  9254.     * info.el (Info-mode): now runs `Info-mode-hook'
  9255.  
  9256. Tue Apr  2 17:12:54 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9257.  
  9258.     * mailpost.el, mail-utils.el, mailalias.el: Doc fix.
  9259.  
  9260. Sun Mar 24 21:35:34 1991  Richard Stallman  (rms@gnu.ai.mit.edu)
  9261.  
  9262.     * rmail.el (rmail-resend): New function.
  9263.     * sendmail.el (mail-alias-file): New global variable.
  9264.     (sendmail-send-it): Use that variable.
  9265.     * mailalias.el (expand-mail-aliases): Handle resent-to.
  9266.  
  9267.     * files.el (hack-local-variables): ignore-local-eval ignores `eval'.
  9268.  
  9269. Tue Mar 19 23:17:45 1991  Richard Stallman  (rms@gnu.ai.mit.edu)
  9270.  
  9271.     * fill.el (justify-current-line): Adjust for 18.57 behavior
  9272.     of current-column.
  9273.  
  9274. Sun Mar 17 16:13:00 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9275.  
  9276.     * add-log.el (add-change-log-entry): Recognize `@', not ` at '.
  9277.  
  9278.     * fill.el (justify-current-line): Handle extra indent after prefix.
  9279.  
  9280. Thu Mar 14 19:23:31 1991  Robert J. Chassell (bob@gnu.ai.mit.edu)
  9281.     
  9282.         * info.el (Info-forward-node): Go up several levels, if necessary.
  9283.         Add two new arguments. 
  9284.         (Info-final-node): Go forward from last node in menu.
  9285.     (Info-find-node): Turn off undo in Info's buffers.
  9286.     
  9287. Thu Mar 14 17:59:48 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9288.  
  9289.     * add-log.el (add-change-log-entry): Use `@', not ` at '.
  9290.  
  9291. Thu Mar 14 14:54:47 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9292.  
  9293.     * loaddefs.el, lpr.el: Doc fix.
  9294.  
  9295. Tue Mar 12 21:17:02 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9296.  
  9297.     * compare-w.el (compare-windows-whitespace):
  9298.     Now a set of chars, not a regexp.
  9299.     (compare-windows): Use it properly.
  9300.  
  9301. Tue Mar 12 13:09:44 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9302.  
  9303.     * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix.
  9304.     * ledit.el, lisp-mode.el, lisp.el: Doc fix.
  9305.  
  9306. Mon Mar 11 18:14:53 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9307.  
  9308.     * simple.el (kill-region): Make undo buffer and kill ring share.
  9309.  
  9310. Sun Mar 10 20:46:35 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9311.  
  9312.     * tar-mode.el: New file.
  9313.  
  9314. Fri Mar  8 15:05:14 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9315.  
  9316.     * indent.el, inf-lisp.el: Doc fix.
  9317.  
  9318. Fri Mar  8 14:46:59 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9319.  
  9320.     * bytecomp.el (byte-compile-file-form):
  9321.     Print warning for " unescaped in doc string.
  9322.  
  9323. Wed Mar  6 13:26:28 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9324.  
  9325.     * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix.
  9326.     * holidays.el, icon.el: Doc fix.
  9327.  
  9328. Tue Mar  5 13:41:02 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9329.  
  9330.     * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix.
  9331.  
  9332. Mon Mar  4 22:35:31 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9333.  
  9334.     * info.el (Info-extract-menu-item): Use regexp search. 
  9335.     (Info-extract-menu-node-name): Fix typo in arglist.
  9336.  
  9337.     * info.el (Info-top-node, Info-final-node): New functions.
  9338.     (Info-forward-node, Info-backward-node): New functions.
  9339.  
  9340. Mon Mar  4 12:48:36 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9341.  
  9342.     * gnus.el: Doc fix.
  9343.  
  9344. Fri Mar  1 17:07:23 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9345.  
  9346.     * rmailout.el (rmail-output-to-rmail-file, rmail-output):
  9347.     Expand file name in dir used for completion.
  9348.  
  9349. Fri Mar  1 15:02:42 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9350.  
  9351.     * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix.
  9352.     * fortran.el, ftp.el, gdb.el: Doc fix.
  9353.  
  9354. Thu Feb 28 18:05:37 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9355.  
  9356.     * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional
  9357.     clauses.
  9358.  
  9359. Thu Feb 28 14:16:35 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9360.  
  9361.     * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix.
  9362.  
  9363. Wed Feb 27 14:22:04 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9364.  
  9365.     * ebuff-menu.el, echistory.el, edebug.el: Doc fix.
  9366.  
  9367. Tue Feb 26 16:00:30 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9368.  
  9369.     * isearch.el (isearch): Copy point from small window
  9370.     before deciding whether to set the mark.
  9371.  
  9372. Tue Feb 26 13:37:39 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9373.  
  9374.     * dired.el: Doc fix.
  9375.     (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P.
  9376.     * disp-table.el, doctex.el, doctor.el: Doc fix.
  9377.     * doctex.el (LaTeXify-DOC): Use new permission wording.
  9378.  
  9379. Mon Feb 25 13:07:37 1991  Paul Hilfinger  (hilfingr@hilfinger.cs.nyu.edu)
  9380.  
  9381.     * fill.el (fill-individual-paragraphs): Changed response to mailp
  9382.     to effect only leading lines in a region (was getting confused
  9383.     about colons embedded in ordinary text).  Changed method of
  9384.     moving to next paragraph in the main loop to use forward-paragraph
  9385.     rather than goto-char, since the final character position is
  9386.     rendered obsolete by the intervening fill-region-as-paragraph.
  9387.  
  9388. Sun Feb 24 18:24:31 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  9389.  
  9390.         * diary.el (include-other-diary-files): Fix documentation string.
  9391.  
  9392. Sat Feb 23 15:25:23 1991  Roland McGrath  (mcgrath@cygint.cygnus.com)
  9393.  
  9394.     * compile.el (next-error): Fixed bug in rms's optimization.
  9395.  
  9396. Sat Feb 23 13:22:19 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9397.  
  9398.     * reposition.el: New file.
  9399.     * loaddefs.el (reposition-window): Autoload it.
  9400.  
  9401.     * rmailkwd.el: Doc fix.
  9402.  
  9403.     * rmail.el (rmail-first-unseen-message): New function.
  9404.     (rmail): Call that.
  9405.  
  9406.     * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines.
  9407.  
  9408. Thu Feb 21 20:46:27 1991  Roland McGrath  (mcgrath@cygint.cygnus.com)
  9409.  
  9410.     * compile.el (next-error): Do rms's optimization (Feb 8 change)
  9411.     when moving backward, too.
  9412.  
  9413. Wed Feb 20 04:35:50 1991  Jim Blandy  (jimb@geech.ai.mit.edu)
  9414.  
  9415.     * startup.el (command-line): Re-arranged nested ifs that handle
  9416.     the different command-line arguments into a cond, to make it
  9417.     easier for me to read.
  9418.  
  9419. Fri Feb 15 05:56:30 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9420.  
  9421.     * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since
  9422.     it really ought to be there.  I want it often.
  9423.  
  9424. Fri Feb  8 17:08:17 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9425.  
  9426.     * compile.el (next-error): Count lines from prev error, not file beg.
  9427.  
  9428. Thu Feb  7 12:15:46 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9429.  
  9430.     * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix.
  9431.     * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix.
  9432.     * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix.
  9433.     * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix.
  9434.     * diary-add.el, diary.el, diff.el: Doc fix.
  9435.  
  9436. Wed Feb  6 23:50:12 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9437.  
  9438.     * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line):
  9439.     Treat `default:' like `case...:'.
  9440.  
  9441. Tue Feb  6 17:26:59 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9442.  
  9443.     * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix.
  9444.  
  9445. Mon Feb  4 21:49:39 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9446.  
  9447.     * info.el (Info-extract-menu-node-name): New arg MULTI-LINE.
  9448.     (Info-follow-reference): Pass t for that.
  9449.  
  9450. Mon Feb  4 17:06:58 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9451.  
  9452.     * bg-mouse.el, bib-mode.el: Doc fix.
  9453.  
  9454. Mon Feb  4 02:18:23 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9455.  
  9456.     * simple.el (eval-current-buffer): Removed, since it has been
  9457.     reintroduced to the C code.
  9458.  
  9459. Sat Feb  2 09:07:38 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9460.  
  9461.     * comint.el (comint-mode): Move the creation of input-ring down
  9462.     with the other variables, and (golly!) initialize it to a ring.
  9463.     (make-comint): Pass a parameter to comint-check-proc - buffer.
  9464.     * shell.el (shell): rebalance parens.
  9465.  
  9466. Thu Jan 31 21:35:16 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9467.  
  9468.     * replace.el (perform-replace): Prevent spurious match
  9469.     of ^foo in second part of foofoo after first part is deleted.
  9470.  
  9471. Thu Jan 31 21:30:44 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9472.  
  9473.     * files.el (find-file-noselect): Strip auto-mount prefix only if safe.
  9474.  
  9475. Thu Jan 31 14:34:33 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9476.  
  9477.     * time.el (display-time-filter): Use display-time-file-nonempty-p.
  9478.     (display-time-file-nonempty-p): New function; trace symlinks.
  9479.  
  9480. Wed Jan 30 17:51:19 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9481.  
  9482.     * ada.el (ada-tabsize): Use prefix arg, not minibuffer.
  9483.     Doc fix.
  9484.  
  9485.     * abbrev.el: Doc fix.
  9486.     * abbrevlist.el: Doc fix.
  9487.     * apropos.el: Doc fix.
  9488.     * appt.el: Doc fix.
  9489.     * array.el: Doc fix.
  9490.     * asm-mode.el: Doc fix.
  9491.     * awk-mode.el: Doc fix.
  9492.  
  9493. Wed Jan 30 14:18:24 1991  Roland McGrath  (roland@cygint.cygnus.com)
  9494.  
  9495.     * compile.el (compilation-parse-errors): Don't remove duplicate errors.
  9496.     (next-error): Skip over duplicates here instead.
  9497.  
  9498. Wed Jan 30 16:37:41 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9499.  
  9500.     * appt.el: Doc fix.
  9501.  
  9502. Wed Jan 30 05:37:48 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9503.  
  9504.     * paths.el (Info-directory-list): Look for info files in
  9505.     /usr/local/lib/info first, since this is the standard place for
  9506.     info files.
  9507.  
  9508. Tue Jan 29 13:15:29 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9509.  
  9510.     * info.el (info): With prefix arg, read file name and visit it.
  9511.  
  9512. Sat Jan 26 00:19:00 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9513.  
  9514.     * term/x-win.el: Do not define the f1 function key to run rmail.
  9515.  
  9516. Fri Jan 25 16:24:35 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9517.  
  9518.     * help.el (help-for-help): Call delete-other-windows.
  9519.  
  9520. Mon Jan 21 00:11:32 1991  Mike Newton  (newton@fig)
  9521.  
  9522.     * bibtex.el -- updated to conform better with bibtex 0.99c by:
  9523.     bibtex-mode : updated comments to indicate new use of 
  9524.     address, add minor explanations and fix small omissions.
  9525.     bibtex-entry : fixed spelling of variable
  9526.  
  9527.     * bibtex.el - Expanded the various bibtex-field-* patterns to
  9528.     allow fields like 'title = poft # "Fifth Triquaterly" #    random-conf,'.
  9529.     Needs to have more work done to accept all cases.  Added code for
  9530.     the bibtex 'crossref' command, which subsumes other options.  Made
  9531.     field ordering different when this option on.  Also allow user to
  9532.     have a list of field to be added to all entries 
  9533.     (bibtex-mode-user-optional-fields).  Merged in Bengt Martensson's
  9534.     changes.
  9535.  
  9536. Fri Jan 18 07:14:57 1991  Roland McGrath  (roland@cygint.cygnus.com)
  9537.  
  9538.     * compile.el (compilation-find-buffer): New function to find a
  9539.     compilation buffer to use (or barf if there aren't any).
  9540.     (kill-compilation, compile-goto-error, next-error): Use it.
  9541.  
  9542. Thu Jan 17 03:08:07 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9543.  
  9544.     * info.el (Info): Init Info-directory-list from INFOPATH.
  9545.  
  9546. Sat Jan 12 16:22:33 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9547.     
  9548.     * etags.el (visit-tags-file-buffer): use progn instead of
  9549.     save-excursion, so the buffer actually gets visited.
  9550.  
  9551. Fri Jan 11 14:45:07 1991  Richard Mlynarik  (mly@august-east.ai.mit.edu)
  9552.  
  9553.         * terminal.el (terminal-cease-edit):  If this dubious code
  9554.     is really necessary it might as well be more bug-free.
  9555.  
  9556.         * ehelp.el (with-electric-help):  Use window-configs.
  9557.  
  9558. Thu Jan 10 23:34:44 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9559.  
  9560.     * loaddefs.el (minor-mode-alist): Doc fix.
  9561.  
  9562. Wed Jan  8 23:15:59 1991  Roland McGrath  (roland@albert.ai.mit.edu)
  9563.  
  9564.     * compile.el (compilation-parse-errors): Fixed maintenance of
  9565.     last-linenum, so dups are really found.
  9566.  
  9567. Tue Jan  8 11:26:07 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9568.  
  9569.     * bytecomp.el (byte-compile-byte-code-maker):  Since
  9570.     byte-compile-lambda is free to return the original lambda
  9571.     expression, we'd better be prepared to handle things that aren't
  9572.     bytecode objects.
  9573.  
  9574. Mon Jan  7 17:29:50 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9575.  
  9576.     * loaddefs.el: Don't forget to specify the filenames when
  9577.     autoload-ing byte-compile-buffer and byte-compile-defun.
  9578.  
  9579. Fri Jan  4 00:41:56 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9580.  
  9581.     * files.el (find-file-noselect): Get rid of automounter prefixes.
  9582.  
  9583. Wed Jan  2 18:39:57 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9584.  
  9585.     * lpr.el (print-region-function): New hook variable.
  9586.     (print-region-1): Use it if non-nil.
  9587.     * vms-patch.el (print-region-function): Specify a function.
  9588.  
  9589. Mon Dec 31 23:49:38 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9590.  
  9591.     * files.el (revert-buffer): Clear buffer-backed-up if file has changed.
  9592.  
  9593. Sun Dec 30 23:11:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9594.  
  9595.     * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions.
  9596.     * loaddefs.el: Autoload them, and byte-compile also.
  9597.  
  9598.     * isearch.el (isearch-message): Always mention if case-sensitive.
  9599.     (isearch): Don't turn off uppercase-flag when char is not upper case.
  9600.  
  9601. Sat Dec 29 14:40:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9602.  
  9603.     * terminal.el (te-edit): New command.
  9604.     (terminal-edit-mode, te-terminal-cease-edit): New functions.
  9605.  
  9606.     * isearch.el (isearch): An upper-case letter sets uppercase-flag
  9607.     which turns off case-folding.  Save flag in search rings.
  9608.     (isearch-push-state, isearch-pop): Push and pop uppercase-flag.
  9609.     (isearch-search, isearch-message): Handle uppercase-flag.
  9610.     (search-ring, regexp-search-ring): Record uppercase-flag.
  9611.     (isearch-get-string-from-ring): New function.
  9612.  
  9613. Thu Dec 27 15:51:49 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9614.  
  9615.     * rmailsort.el (rmail-sort-messages): Print more progress messages.
  9616.     (rmail-sort-by-size-lines): New command.
  9617.     (rmail-sortable-date-string): Handle non-abbreviated month names.
  9618.     (rmail-sort-messages): Always show message 1.
  9619.  
  9620. Wed Dec 26 16:54:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9621.  
  9622.     * startup.el (command-line): Handle -debug-init: use debugger.
  9623.  
  9624.     * isearch.el (isearch): Use only barrier, not opoint,
  9625.     in starting point for reverse search.
  9626.  
  9627. Mon Dec 24 17:12:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9628.  
  9629.     * mouse.el (mouse-set-mark): Use sit-for, not sleep-for.
  9630.     (mouse-fill-paragraph): New command.
  9631.     (mouse-fill-paragraph-with-prefix): New command.
  9632.  
  9633.     * rmailout.el (rmail-output-to-rmail-file):
  9634.     Suggest file based on rmail-output-file-alist.
  9635.  
  9636. Sun Dec 23 17:07:13 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9637.  
  9638.     * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
  9639.     Accept `remote from ...'@end of UNIX From line.
  9640.  
  9641. Sat Dec 22 13:15:09 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9642.  
  9643.     * subr.el (defun-inline): New function.
  9644.  
  9645.     * bytecomp.el (byte-compile-form): Delete unreachable cond-clause.
  9646.  
  9647.     * time.el (display-time): Specify precise directory for wakeup.
  9648.     (display-time-filter): Don't display 0 as load.
  9649.     Catch error in load-average.
  9650.  
  9651. Fri Dec 21 11:37:32 1990  Chris Hanson  (cph@kleph)
  9652.  
  9653.     * info.el (Info-extract-menu-node-name): Permit \n between colon
  9654.     and start of node name.
  9655.  
  9656. Thu Dec 20 15:43:40 1990  Chris Hanson  (cph@kleph)
  9657.  
  9658.     * texnfo-upd.el (texinfo-update-menu-region-beginning): Change
  9659.     code that searches for "top" node so it returns the position of
  9660.     the beginning of the node line.  Always search from the buffer's
  9661.     start when looking for that node.
  9662.     (texinfo-make-one-menu): Bump forward over the outer node line.
  9663.  
  9664. Thu Dec 20 15:31:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9665.  
  9666.     * fortran.el: New version from gildea.
  9667.  
  9668. Thu Dec 20 15:21:11 1990  Chris Hanson  (cph@kleph)
  9669.  
  9670.     * texinfmt.el (texinfo-format-footnote): Number each footnote in a
  9671.     node so that multiple footnotes can be distinguished.
  9672.  
  9673.     * texnfo-upd.el: Change regular expression used to identify the
  9674.     "Top" node so that names that begin with "Top" do not confuse it.
  9675.  
  9676. Wed Dec 19 16:29:19 1990  Stephen Gildea  (gildea@expo)
  9677.  
  9678.     * fortran.el: Changes for version 1.21.1:
  9679.     Provide the 'fortran feature.
  9680.     Change syntax of '=' to punctuation.
  9681.     Add some more abbrevs.
  9682.     Change fortran-mode-map keymap to non-sparse.
  9683.     (fortran-electric-line-number): Fix bug occurring when
  9684.     fortran-electric-line-number is nil.
  9685.     (fortran-mode, fortran-next-statement):
  9686.     (fortran-line-number-indented-correctly-p): Fix up doc strings.
  9687.     (fortran-indent-to-column): Protect against nil comment-start-skip.
  9688.  
  9689. Wed Dec 19 13:17:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9690.  
  9691.     * mpuz.el: New file.
  9692.  
  9693. Tue Dec 18 20:25:28 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9694.  
  9695.     * files.el (hack-local-variables): Match suffix only@eol.
  9696.  
  9697. Sun Dec 16 17:54:07 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9698.  
  9699.     * startup.el (normal-top-level): Execute emacs-startup-hook.
  9700.  
  9701.     * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c.
  9702.     (rmail-convert-to-babyl-format): Likewise.
  9703.     And don't skip white space after ^_ that ends a babyl format message.
  9704.  
  9705.     * saveconf.el: No need to rename kill-emacs.
  9706.     (save-context-predicate): Now uses save-buffer-context-predicate.
  9707.     (save-buffer-context-predicate): New function.
  9708.     (kill-emacs-hook): Supply a hook.
  9709.     (just-kill-emacs): New function.
  9710.     (emacs-startup-hook): Set this instead of top-level.
  9711.     (save-context-buffer-name): Test dired-directory for non-nil.
  9712.     (save-context-buffer-file-name): New function.
  9713.     (save-context): Record read-only status of buffers.
  9714.     (recover-context): Handle that.
  9715.  
  9716.     * register.el (point-to-register): If arg, save screen config.
  9717.     (jump-to-register): Restore screen config.
  9718.  
  9719. Sat Dec 15 15:34:04 1990  Roland McGrath  (roland@albert.ai.mit.edu)
  9720.  
  9721.     * compile.el (compilation-last-error): Remove this variable.
  9722.     (next-error): Don't set it.
  9723.  
  9724. Wed Dec 12 11:34:25 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9725.  
  9726.         * calendar.el (calendar-end-of-year): Delete extraneous statement
  9727.     in let.
  9728.         (calendar-mode): Update old description of use of hooks to get the
  9729.         fancy diary display.
  9730.  
  9731. Wed Dec 12 00:27:36 1990  Roland McGrath  (roland@albert.ai.mit.edu)
  9732.  
  9733.     * compile.el (compilation-error-buffer): Removed.
  9734.     (compilation-last-buffer): Now last buffer in which any of: started
  9735.     compilation; C-x `; C-c C-c; was done.
  9736.     (compile-internal): Don't set compilation-error-buffer.
  9737.     Start the process after setting up the mode, etc. in the compilation
  9738.     buffer.  Name the process (downcase mode-name) instead of "compilation"
  9739.     (so it will be "grep" for M-x grep).
  9740.     Make compilation-error-list, compilation-parsing-end local vars.
  9741.     (next-error): Slightly reorganized (changed (let* (while (save-ex))) to
  9742.     (let (save-ex (while)))).  Be sure to be in the compilation buffer
  9743.     before doing anything, so we will get local values for vars.
  9744.     Before doing anything, if current buffer is a compilation buffer, set
  9745.     compilation-last-buffer to that.  Always do things in
  9746.     compilation-last-buffer.
  9747.  
  9748.     * compile.el (compilation-error-regexp-alist,
  9749.     compilation-{enter,leave}-directory-regexp): Get rid of .*@the
  9750.     beginning of regexps.
  9751.  
  9752.     * compile.el (compilation-mode): Don't make local vars for parser,
  9753.     error-message, and regexp-alist.
  9754.     (compile-internal): Do it here, after calling compilation-mode.
  9755.  
  9756.     * compile.el (compilation-error-list): Changed elt format.
  9757.     (compilation-parse-errors): Don't find files when parsing.
  9758.     Instead record ((DIR . FILE) . LINENO) structures to describe each
  9759.     error.
  9760.     (next-error): Take the error descriptors, and find the file given in
  9761.     the descriptor, using compilation-find-file.  Then goto the line number
  9762.     given in the descriptor and replace the error descriptor cons with a
  9763.     marker into the source file buffer.  Then search through the
  9764.     compilation-error-list for errors in the same file, and turn their
  9765.     descriptors into markers as well.
  9766.     (compilation-find-file): Take new arg DIR, the directory to use as
  9767.     default in expanding the filename, and MARKER.  If we can't find the
  9768.     file@all, pop up MARKER's buffer and scroll to MARKER (to display
  9769.     the error message for which we want this file), and ask the user where
  9770.     to find the file.
  9771.  
  9772. Wed Dec 12 00:11:37 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9773.  
  9774.     * files.el (hack-local-variables): Display local vars@screen top.
  9775.  
  9776.     * server.el (server-process-filter): Don't be confused
  9777.     if input from process is split into multiple chunks.
  9778.  
  9779. Mon Dec 10 13:43:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9780.  
  9781.     * c-mode.el (indent-c-find-real-comment): New function.
  9782.  
  9783.     * sort.el (sort-subr): Eliminate special case for floats.
  9784.  
  9785.     * sort.el (sort-reorder-buffer, sort-build-lists):
  9786.     Use (key start . end) to record a record.
  9787.  
  9788. Sun Dec  9 22:04:55 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9789.  
  9790.     * lisp.el (insert-parentheses): Small cleanups.
  9791.  
  9792. Wed Dec  5 18:46:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9793.  
  9794.     * replace.el (occur): Show all lines that contain part of a match.
  9795.  
  9796. Tue Dec  4 21:01:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9797.  
  9798.     * time.el (display-time-filter): Let user specify mail file name.
  9799.  
  9800. Tue Dec  4 14:06:23 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9801.  
  9802.     * rmail.el (rmail-mode-map): Make < same as j.
  9803.  
  9804. Mon Dec  3 14:55:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9805.  
  9806.     * rmailsort.el (rmail-select-correspondent): New function.
  9807.     (rmail-sort-by-correspondent): New function.
  9808.     (rmail-sortable-date-string): Handle two-digit and four-digit years.
  9809.     (rmail-date-full-year): New subroutine.
  9810.     [Done by Szolovitz.]
  9811.  
  9812.     * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
  9813.     (adaptive-fill-mode, adaptive-fill-regexp): New user options.
  9814.  
  9815. Fri Nov 30 01:58:26 1990  Mike Newton  (newton@gumby.cs.caltech.edu)
  9816.  
  9817.     * bibtex.el (start comments) : added earlier comments of Bengt
  9818.     Martensson.  Some of the changes listed below are originally his
  9819.     (including clean-entry, OPTkey and OPTannote, the function
  9820.     renaming and the preamble code).
  9821.  
  9822.     * bibtex.el (bibtex-field-* patterns) : expanded to allow fields
  9823.     like 'title = poft # "Fifth Triquaterly" #    random-conf,'.
  9824.     Needs to have more work done to accept all cases.
  9825.  
  9826.     * bibtex.el (bibtex-clean-entry-zap-empty-opts) : added.
  9827.  
  9828.     * bibtex.el (bibtex-include-OPTcrossref) : added.  If set, changes
  9829.     order of the the lists presented to luser.
  9830.  
  9831.     * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote) : added
  9832.  
  9833.     * bibtex.el (bibtex-mode-user-optional-fields) : can be set to a list
  9834.     of field the user wants to add to entries.
  9835.  
  9836.     * bibtex.el (bibtex-mode documentation string) updated for new changes,
  9837.     DEAthesis added back in, bibtex-preamble call added.
  9838.  
  9839.     * bibtex.el (bibtex-entry) : add OPTkey/annote.  If OPTcrossref set
  9840.     then put it in.
  9841.  
  9842.     * bibtex.el (bibtex-make-entry) : renamed  bibtex-make-field
  9843.  
  9844.     * bibtex.el (bibtex-make-optional-entry) : renamed  
  9845.     bibtex-make-optional-field.
  9846.  
  9847.     * bibtex.el (bibtex-Article) : change order of presentation 
  9848.     if OPTcrossref is set.
  9849.  
  9850.     * bibtex.el (bibtex-InBook) : change order of presentation 
  9851.     if OPTcrossref is set.
  9852.  
  9853.     * bibtex.el (bibtex-InCollection) : change order of presentation 
  9854.     if OPTcrossref is set.
  9855.  
  9856.     * bibtex.el (bibtex-InProceedings) : change order of presentation 
  9857.     if OPTcrossref is set.
  9858.  
  9859.     * bibtex.el (bibtex-MastersThesis) : added "note".
  9860.  
  9861.     * bibtex.el (bibtex-preamble) : added.
  9862.  
  9863.     * bibtex.el (bibtex-inside-field) : only go backwards if quote is there.
  9864.  
  9865.     * bibtex.el (bibtex-clean-entry) : added call to 
  9866.     bibtex-clean-entry-zap-empty-opts, OPT field testing for errors.
  9867.  
  9868.     * bibtex.el (bibtex-x-help) : added options Conference and preamble,
  9869.     restored DEAthesis.
  9870.  
  9871. Fri Nov 30 17:30:47 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9872.  
  9873.     * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p.
  9874.     Put rmail-summary-next-all, etc., on M-n and M-p.
  9875.  
  9876. Thu Nov 29 20:43:40 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9877.  
  9878.     * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails.
  9879.  
  9880. Wed Nov 28 17:09:42 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9881.  
  9882.     * bytecomp.el (byte-compile-form): Don't let handlers change depth.
  9883.     (byte-compile-normal-call): Don't alter byte-compile-depth.
  9884.     (byte-compile-funcall): New function.
  9885.  
  9886. Tue Nov 27 14:42:55 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9887.  
  9888.         * diary.el (diary-float): Allow month to be a list of months, a
  9889.     single month, or t (for all months).
  9890.  
  9891. Mon Nov 26 18:11:53 1990  Jim Blandy  (jimb@geech.ai.mit.edu)
  9892.  
  9893.     * simple.el (copy-region-as-kill): No longer prints "Region
  9894.     copied" error message.
  9895.  
  9896. Mon Nov 26 17:02:13 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  9897.  
  9898.     * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that.
  9899.  
  9900. Mon Nov 26 10:30:59 1990   Neil Mager  (neilm@juliet.ll.mit.edu)
  9901.  
  9902.         * appt.el: Fixed if construct for midnight update.
  9903.  
  9904. Sun Nov 25 11:58:17 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9905.  
  9906.         * diary.el (insert-block-diary-entry): Change reference to
  9907.     mark-ring to calendar-mark-ring.
  9908.  
  9909. Wed Nov 21 17:09:21 1990   Neil Mager  (neilm@juliet.ll.mit.edu)
  9910.  
  9911.         * appt.el: Updated header of file to reflect changes.
  9912.  
  9913.         * appt.el: Added variable appt-display-diary to display the diary
  9914.         automatically when the appointments list is updated at midnight.
  9915.  
  9916.         * appt.el: Fixed bug to allow update of daily appointments list
  9917.         at midnight if today's diary had no entry. Required moving 'if'
  9918.         statement down several lines.
  9919.  
  9920.         * appt.el: Changed list-diary-entries-hook to diary-display-hook
  9921.         to be compatible with new version of the calendar/diary packgage.
  9922.  
  9923. Mon Nov 20 22:21:27 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9924.  
  9925.         * calendar.el (calendar-version): New constant, with date
  9926.         (calendar-count-days-region, calendar-not-available): New functions.
  9927.     (calendar-mode-map): Put them on keys.
  9928.         (calendar-mode): Describe them.
  9929.  
  9930. Sun Nov 11 13:59:44 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9931.  
  9932.         * diary.el (make-diary-entry): New function.
  9933.         (insert-diary-entry, insert-weekly-diary-entry,
  9934.         insert-monthly-diary-entry, insert-yearly-diary-entry,
  9935.         insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry,
  9936.         insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry,
  9937.         insert-monthly-islamic-diary-entry,
  9938.         insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
  9939.         is supplied these make nonmarking diary entries; otherwise the entries
  9940.         made are marking.
  9941.         (insert-block-diary-entry, insert-anniversary-diary-entry,
  9942.         insert-cyclic-diary-entry): New functions.
  9943.         * calendar.el: Autoload them.
  9944.     (calendar-mode-map): Put them on keys.
  9945.         (calendar-mode): Describe them.
  9946.  
  9947. Thu Nov  8 17:12:22 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9948.  
  9949.         * calendar.el (calendar-set-mark,
  9950.     calendar-exchange-point-and-mark): New functions.
  9951.     (calendar-mode-map): Put them on keys.
  9952.         (calendar-mode): Describe them.
  9953.  
  9954. Tue Nov  6 11:57:01 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9955.  
  9956.         * calendar.el (sexp-diary-entry-symbol): New variable.
  9957.         (cursor-to-iso-calendar-date): Simplified, slightly.
  9958.         (cursor-to-calendar-day-of-year): Fixed punctuation.
  9959.         (cursor-to-french-calendar-date): Moved French names to arrays.
  9960.  
  9961.         * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic,
  9962.         diary-hebrew-date, diary-iso-date, diary-day-of-year,
  9963.         diary-float, diary-islamic-date, diary-anniversary, diary-block,
  9964.         diary-french-date, diary-omer, diary-yahrzeit, diary-parasha,
  9965.         diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions.
  9966.         (list-diary-entries): Added call to (list-sexp-diary-entries) and
  9967.         fixed an obscure error that caused a diary entry to be missed if it
  9968.         was preceded by an empty entry of the same style.
  9969.         (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an
  9970.         obscure error that caused a diary entry to be missed if it was
  9971.         preceded by an empty entry of the same style.
  9972.         (mark-islamic-calendar-date-pattern): Renamed some local variables
  9973.         more appropriately.
  9974.  
  9975.  
  9976. Tue Oct 23 17:31:36 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9977.  
  9978.         * diary.el (list-diary-entries): Added a separate hook to do the
  9979.     display, so that the diary entries can be obtained without
  9980.     displaying them.
  9981.         (simple-diary-display): New function (renaming of
  9982.         ordinary-list-diary-hook).
  9983.         (fancy-diary-display): New function (renaming of
  9984.         prepare-fancy-diary-buffer).
  9985.  
  9986.         calendar.el: Add default definition of diary-display-hook.
  9987.  
  9988. Sat Oct 20 22:15:51 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  9989.  
  9990.         * calendar.el (describe-calendar-mode): Rewrote to give just a
  9991.     brief description of the mode instead of calling describe-mode.
  9992.  
  9993. Mon Oct 19 10:23:43 1990   Neil Mager  (neilm@juliet.ll.mit.edu)
  9994.  
  9995.         * appt.el: Changed issue-appointments-message to 
  9996.         appt.issue.message in header.
  9997.  
  9998.         * appt.el: Using copy modified by rms.
  9999.  
  10000. Mon Oct  8 19:29:59 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10001.  
  10002.         * holiday.el (calendar-holiday-function-hebrew): Fixed minor
  10003.     problem with the code to short-circuit the calculations to save
  10004.     time.
  10005.  
  10006.         *diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem
  10007.     with the code to short-circuit the calculations to save time.
  10008.  
  10009. Thu Nov 22 17:14:52 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10010.  
  10011.     * files.el (basic-save-buffer): Run after-save-hooks.
  10012.  
  10013. Wed Nov 21 15:02:35 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10014.     
  10015.         * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of
  10016.         line.
  10017.         (texinfo-format-make-node): Handle Info file names with periods in
  10018.         them.
  10019.         
  10020.         * history.el: Specify `(provide 'history)'.
  10021.     
  10022. Mon Nov 20 22:21:27 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10023.  
  10024.         * calendar.el:
  10025.         Added constant calendar-version with date
  10026.         (calendar-count-days-region),
  10027.         (calendar-not-available): New functions.
  10028.     (calendar-mode-map): Put them on keys.
  10029.         (calendar-mode): Describe them.
  10030.  
  10031. Sun Nov 11 13:59:44 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10032.  
  10033.         * diary.el:
  10034.         (make-diary-entry): New function.
  10035.         (insert-diary-entry), (insert-weekly-diary-entry),
  10036.         (insert-monthly-diary-entry), (insert-yearly-diary-entry),
  10037.         (insert-hebrew-diary-entry), (insert-monthly-hebrew-diary-entry),
  10038.         (insert-yearly-hebrew-diary-entry), (insert-islamic-diary-entry),
  10039.         (insert-monthly-islamic-diary-entry),
  10040.         (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
  10041.         is supplied these make nonmarking diary entries; otherwise the entries
  10042.         made are marking.
  10043.         (insert-block-diary-entry), (insert-anniversary-diary-entry),
  10044.         (insert-cyclic-diary-entry): New functions.
  10045.         
  10046.         * calendar.el:
  10047.         Autoload them.
  10048.     (calendar-mode-map): Put them on keys.
  10049.         (calendar-mode): Describe them.
  10050.  
  10051. Thu Nov  8 17:12:22 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10052.  
  10053.         * calendar.el:
  10054.         (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
  10055.     (calendar-mode-map): Put them on keys.
  10056.         (calendar-mode): Describe them.
  10057.  
  10058. Tue Nov  6 11:57:01 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10059.  
  10060.         * calendar.el: Added new variable sexp-diary-entry-symbol.
  10061.         (cursor-to-iso-calendar-date): Simplified, slightly.
  10062.         (cursor-to-calendar-day-of-year): Fixed punctuation.
  10063.         (cursor-to-french-calendar-date): Moved French names to arrays.
  10064.  
  10065.         * diary.el:
  10066.         (list-sexp-diary-entries), (diary-sexp-entry), (diary-cyclic),
  10067.         (diary-hebrew-date), (diary-iso-date), (diary-day-of-year),
  10068.         (diary-float), (diary-islamic-date), (diary-anniversary),(diary-block),
  10069.         (diary-french-date), (diary-omer), (diary-yahrzeit), (diary-parasha),
  10070.         (diary-rosh-hodesh), (hebrew-calendar-parasha-name): New functions.
  10071.         (list-diary-entries): Added call to (list-sexp-diary-entries) and
  10072.         fixed an obscure error that caused a diary entry to be missed if it
  10073.         was preceded by an empty entry of the same style.
  10074.         (list-hebrew-diary-entries), (list-islamic-diary-entries): Fixed an
  10075.         obscure error that caused a diary entry to be missed if it was
  10076.         preceded by an empty entry of the same style.
  10077.         (mark-islamic-calendar-date-pattern): Renamed some local variables
  10078.         more appropriately.
  10079.  
  10080.  
  10081. Tue Oct 23 17:31:36 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10082.  
  10083.         * diary.el
  10084.         (list-diary-entries): Added a separate hook to do the display, so
  10085.         that the diary entries can be obtained without displaying them.
  10086.         (simple-diary-display): New function (renaming of
  10087.         ordinary-list-diary-hook).
  10088.         (fancy-diary-display): New function (renaming of
  10089.         prepare-fancy-diary-buffer).
  10090.  
  10091.         calendar.el: Add default definition of diary-display-hook.
  10092.  
  10093. Sat Oct 20 22:15:51 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10094.  
  10095.         * calendar.el
  10096.         (describe-calendar-mode): Rewrote to give just a brief description
  10097.         of the mode instead of calling describe-mode.
  10098.  
  10099. Mon Oct  8 19:29:59 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10100.  
  10101.         * holiday.el:
  10102.         (calendar-holiday-function-hebrew): Fixed minor problem with the
  10103.         code to short-circuit the calculations to save time.
  10104.  
  10105.         *diary.el:
  10106.         (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
  10107.         code to short-circuit the calculations to save time.
  10108.  
  10109. Mon Sep 10 10:32:13 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10110.  
  10111.         * diary.el:
  10112.         (list-diary-entries), (list-hebrew-diary-entries),
  10113.         (list-islamic-diary-entries): Fixed to use add-to-diary-list.
  10114.  
  10115. Fri Sep  7 08:50:13 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10116.  
  10117.         * holiday.el
  10118.         (filter-visible-calendar-holidays): New function.
  10119.         (calendar-holiday-function-rosh-hashanah-etc): Rewrote.
  10120.         (calendar-holiday-function-tisha-b-av-etc): New function.
  10121.         (calendar-holiday-function-passover-etc): New function.
  10122.         (calendar-holiday-function-hanukkah): New function.
  10123.         (calendar-holiday-function-easter-etc): Rewrote.
  10124.  
  10125.         * calendar.el:
  10126.         (calendar-other-month): Rewrote.
  10127.         (calendar-read), (calendar-make-alist): New functions.
  10128.         Eliminated constants calendar-day-abbrev-list and
  10129.         calendar-month-abbrev-list.
  10130.         (calendar-current-date): Eliminated use of calendar-month-abbrev-list.
  10131.         Modified the default value of `calendar-holidays'.
  10132.         Added variable `all-christian-calendar-holidays'.
  10133.         Added variable `all-islamic-calendar-holidays'.
  10134.         Added variable `all-hebrew-calendar-holidays'.
  10135.         (redraw-calendar), (calendar-goto-date), (calendar-goto-julian-date),
  10136.         (calendar-goto-hebrew-date), (calendar-goto-islamic-date),
  10137.         (calendar-goto-iso-date): New functions.
  10138.     (calendar-mode-map): Put them on keys.
  10139.         (calendar-mode): Describe them.
  10140.     (calendar-mode-map): Put scroll-other-window on a key.
  10141.         list-diary-entries-hook: Changed the default value to
  10142.         ordinary-list-diary-hook.
  10143.  
  10144.         * diary.el:
  10145.         (mark-diary-entries), (mark-islamic-diary-entries),
  10146.         (mark-hebrew-diary-entries): Eliminated use of constant alists for
  10147.         month and day names.
  10148.         (prepare-fancy-diary-buffer): Fixed the way holidays are displayed
  10149.         when there are no diary entries but lots of holidays.
  10150.         (ordinary-list-diary-hook), (add-to-diary-list): New functions.
  10151.  
  10152.  
  10153. Thu Sep  6 19:23:12 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10154.  
  10155.         * calendar.el:
  10156.         Changed reference at beginning of file from the report to the
  10157.         published version of the paper.
  10158.         Changed all calls to `mod' to call `%' to avoid problem with cl.
  10159.         (calendar-date-string): Added optional parameter `nodayname'.
  10160.         (cursor-to-islamic-calendar-date): Fixed so that
  10161.         calendar-date-string doesn't try find the day name.
  10162.         (cursor-to-hebrew-calendar-date): Fixed so that
  10163.         calendar-date-string doesn't try find the day name.
  10164.         nongregorian-diary-marking-hook: Fixed typo in doc string.
  10165.         (calendar-mode): Fixed a typo in doc string.
  10166.         (cursor-to-iso-calendar-date): Made message consistent with
  10167.         similar functions for Julian, Islamic, Hebrew, and French calendars.
  10168.         (calendar-absolute-from-gregorian): Simplified calculation.
  10169.         (calendar-mark-today): Changed today mark to `=' to avoid
  10170.         confusion with the default holiday mark.
  10171.         (calendar-julian-from-absolute): Rewrote parallel to other functions.
  10172.         (calendar-islamic-from-absolute): Rewrote parallel to other functions.
  10173.         (calendar-forward-day): Fixed movement when cursor is not on a date
  10174.         and arg is negative.
  10175.         Added description of new `if' form to doc string for calendar-holidays.
  10176.         
  10177.  
  10178.         * diary.el:
  10179.         Changed all calls to `mod' to call `%' to avoid problem with cl.
  10180.         (diary-entry-time): New function.
  10181.         (diary-entry-compare): Rewritten to take time of day into account.
  10182.  
  10183.         * holiday.el:
  10184.         Changed all calls to `mod' to call `%' to avoid problem with cl.
  10185.         (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical
  10186.         error in a comment.
  10187.         (calendar-holiday-function-hebrew): Fixed typo in doc string.
  10188.         (calendar-holiday-function-islamic): Fixed typo in doc string.
  10189.         (calendar-holiday-function-if): New function.
  10190.  
  10191. Mon Nov 19 16:24:35 1990  Richard Mlynarik  (mly@august-east)
  10192.  
  10193.         * rfc822.el (rfc822-addresses):  Blow out, don't loop, on ")
  10194.         (rfc822-addresses-1) Error if address "phrase" not followed by
  10195.     route-spec
  10196.  
  10197.         * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable
  10198.     code which attempted to fake out mode-name in mode-line-list.
  10199.         Also, use slow \\<...> technology.
  10200.  
  10201. Tue Nov 13 22:32:01 1990  David J. MacKenzie  (djm@apple-gunkies)
  10202.  
  10203.     * fortran.el: Use domain format instead of uucp format for bug
  10204.     list address.
  10205.  
  10206. Mon Nov 12 17:03:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10207.  
  10208.     * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table.
  10209.  
  10210. Mon Nov  5 22:52:35 1990  Roland McGrath  (roland@geech.ai.mit.edu)
  10211.  
  10212.     * compile.el (compilation-window-height): Added defconst for this,
  10213.     since it somehow disappeared.
  10214.  
  10215.     * compile.el: Unoverhauled.  Restored from old 19 compile.el, plus
  10216.     these changes: (compilation-{enter,leave}-directory-regexp): New
  10217.     variables, specifying regexps that match lines saying the compilation
  10218.     process is entering/leaving a directory.  The default values match the
  10219.     messages produced by the `-w' option to GNU make.
  10220.     (compilation-error-regexp-alist): [Idea from tale.]  Replaces
  10221.     compilation-error-regexp.  Alist (REGEXP FILE-IDX LINE-IDX) of regular
  10222.     expressions to match errors in compilation.  If REGEXP matches, the
  10223.     FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th
  10224.     subexpression gives the line number.
  10225.     (compilation-parse-errors): Rewritten.  Combine the error and
  10226.     enter/leave directory regexps into a single regexp to search for, and
  10227.     dispatch on which subexpressions match.  When the enter-directory
  10228.     regexp matches, set default-directory to that directory, and push it
  10229.     on compilation-directory-stack.  When the leave-directory regexp
  10230.     matches, pop the stack to find the matching directory, and set
  10231.     default-directory to that.  This change requries RE_NREGS to be (at
  10232.     least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h).
  10233.     (compilation-finish-hook): New variable, a hook to run when a
  10234.     compilation finishes.  Called with two args: the compilation buffer
  10235.     that finished, and the string passed to the process-sentinel
  10236.     describing how it finished ("exited", "signaled", etc.).
  10237.     (compilation-sentinel): Call it.  (compilation-buffer-name-hook): Hook
  10238.     called to generate a name for a compilation buffer.  Passed one arg,
  10239.     the name of the major mode of the buffer.  (compile-internal): Use it.
  10240.     [From tale's changes:]
  10241.     (compile): Moved window enlarging to compile-internal.
  10242.     (compile-internal): Don't use with-output-to-temp-buffer.  Use
  10243.     display-buffer instead.
  10244.  
  10245. Mon Nov  5 05:03:32 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10246.  
  10247.     * c++-mode.el (c++-mode):  Made several global variables related to
  10248.     comment handling buffer-local.
  10249.  
  10250.     * emerge.el:  Moved the kill-buffers out of emerge-extract-* and
  10251.     into the emerge-make-*-list functions which are responsible for
  10252.     creating and using them.  unwind-protect it to make sure the
  10253.     buffer is always killed.
  10254.  
  10255.     * subr.el:  fset buffer-flush-undo to buffer-disable-undo, not
  10256.     buffer-enable-undo.
  10257.  
  10258.     * comint.el, inf-lisp.el, shell.el:  Updated to meet Olin's
  10259.     version 2.0 comint offerings.
  10260.         * ring.el:  The underlying history mechanism for comint.
  10261.     Generalised handling of a ring data type based on vectors.
  10262.     * history.el:  For now, a symlink to ring.el.
  10263.     * loaddefs.el:  Updated shell-prompt-pattern doc string.
  10264.  
  10265. Fri Nov  2 17:06:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10266.  
  10267.     * files.el (set-visited-file-name): Reject empty string as name.
  10268.  
  10269.     * saveconf.el (save-context): Record dired buffers.
  10270.     (save-context-buffer-name): Compute the "name" of a buffer.
  10271.     (restore-context): Handle expressions as buffer names.
  10272.  
  10273. Thu Nov  1 20:46:15 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10274.  
  10275.     * info.el (Info-find-node): Simplify file search.
  10276.     Try appending `.info' to specified name.
  10277.  
  10278. Wed Oct 31 11:09:33 1990  Jim Blandy  (jimb@gnu.ai.mit.edu)
  10279.  
  10280.     * bytecomp.el: Put properties on * so that the byte-compiler knows
  10281.     how to inline multiplication.
  10282.  
  10283. Tue Oct 30 15:20:05 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10284.  
  10285.     * files.el (delete-auto-save-file-if-necessary):
  10286.     Don't delete if auto-saveing in visited file.
  10287.  
  10288. Mon Oct 29 20:14:09 1990  Jim Blandy  (jimb@pogo.ai.mit.edu)
  10289.  
  10290.     * subr.el: `buffer-flush-undo' is now officially named
  10291.     `buffer-enable-undo'; added an alias for backward compatibility.
  10292.  
  10293. Sun Oct 28 15:56:12 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10294.  
  10295.     * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern.
  10296.     Do preserve case if expansion has a single uppercase initial.
  10297.  
  10298. Fri Oct 26 00:13:25 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10299.  
  10300.     * subr.el (keyboard-translate): New function.
  10301.  
  10302. Thu Oct 25 16:24:16 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10303.  
  10304.         * texinfmt.el (texinfo-format-defun-1): Replace with new version
  10305.         that handles @deftypefn and related typed definition commands.
  10306.         (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index):
  10307.         Formatting commands for @deftypefn and related typed definition
  10308.         commands.  Inserted related `put' expressions.
  10309.  
  10310. Tue Oct 23 02:00:32 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10311.  
  10312.     * emerge.el (emerge-setup, emerge-setup-with-ancestor):  Moved
  10313.     insert-buffer calls back before call to emerge-extract-diffs where
  10314.     the merge-buffer really needs to have something in it.
  10315.     (emerge-extract-diffs,emerge-extract-diffs3):  Moved errant
  10316.     kill-buffer which interfered with return value of functions.
  10317.  
  10318. Mon Oct 22 03:22:54 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10319.  
  10320.     * loaddefs.el, bibtex.el:  Changed bogus "" sequences attempting
  10321.     to generate a single quote to \" pairs.
  10322.  
  10323.     * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el,
  10324.     calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el,
  10325.     calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el,
  10326.     calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el,
  10327.     calc-map.el, calc-mat.el, calc-math.el, calc-misc.el,
  10328.     calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el,
  10329.     calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el,
  10330.     calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el,
  10331.     calc-yank.el, calc.el:  New files for a very complete RPN
  10332.     calculator which supports integer, rational, floating-point,
  10333.     comples, matrix and symbolic arithmetic to arbitrary precision.
  10334.  
  10335.     edmacro.el:  New file, a keyboard macro editor.  On its own
  10336.     probably not very useful, but in the context of calc
  10337.     programmability it fits the model well.
  10338.  
  10339.     emerge.el:  New file, for merging files or buffers based on their
  10340.     differences.
  10341.  
  10342.     loaddefs.el:  Autoloads for calc, quick-calc, full-calc,
  10343.     calc-eval, defmath, calc-grab-region and calc-extensions for the
  10344.     calculator.  Bind calc to M-#.
  10345.     Autoloads for edit-kbd-macro, edit-last-kbd-macro and
  10346.     read-kbd-macro for edmacro.
  10347.     Autoloads for emerge-files, emerge-files-with-ancestor,
  10348.     emerge-buffers and emerge-buffers-with-ancestor for emerge.
  10349.  
  10350. Sun Oct 21 22:06:45 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10351.  
  10352.     * window.el (split-window-vertically):
  10353.     Select the bottom window if that lets point stay on screen.
  10354.  
  10355.     * etags.el (visit-tags-table-buffer):
  10356.     Handle local bindings of tags-file-name.
  10357.  
  10358. Fri Oct 19 15:59:50 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10359.  
  10360.         * texinfmt.el (texinfo-format-include,
  10361.         texinfo-format-setfilename): Redefined to handle new include
  10362.         files.  (texinfo-format-buffer-1, texinfo-format-region): Add
  10363.         `last-input-buffer' so handles new include files.
  10364.         (texinfo-format-bullet, texinfo-format-minus,
  10365.         texinfo-format-paragraph-break): Require braces if used within
  10366.         line; do no require braces if used@end of line.
  10367.         (texinfo-optional-braces-discard): Discard optional braces.
  10368.  
  10369.         * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact
  10370.         match for item names.  
  10371.         (texinfo-update-menu-region-beginning): Do not accidentally copy
  10372.         an info-only title for the top node into the main menu.
  10373.         (texinfo-section-types-regexp): Add `@chapheading'.
  10374.         (texinfo-find-lower-level-node, texinfo-find-higher-level-node,
  10375.         texinfo-menu-locate-entry-p, texinfo-copy-menu-title,
  10376.         texinfo-update-menu-region-beginning, texinfo-update-menu-region-end):
  10377.         Handle `@ifinfo' as well as comment line following node line.
  10378.         (texinfo-multiple-files-update and aux. files):  Added to handle
  10379.         multi-file Texinfo sources.
  10380.  
  10381. Thu Oct 18 17:40:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10382.  
  10383.     * info.el (Info-help): Go to one window.
  10384.  
  10385. Wed Oct 17 02:11:26 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10386.  
  10387.     * lisp-mode.el:  Indent autoload like defun.
  10388.  
  10389.     * cl.el, mh-e.el, gnus.el:  Change uses of lisp-indent-hook to
  10390.     lisp-indent-function.
  10391.  
  10392. Tue Oct 16 13:32:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10393.  
  10394.     * files.el (revert-buffer): Discard all undo records.
  10395.     * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise.
  10396.  
  10397. Sun Oct 14 18:14:12 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10398.  
  10399.     * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
  10400.  
  10401. Thu Oct 11 16:14:51 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10402.  
  10403.     * Kill commands on read-only buffers, just copy to kill-ring.
  10404.     * simple.el (kill-region): If read-only, just copy to kill-ring.
  10405.     (zap-to-char, kill-line, kill-comment, kill-word):
  10406.     (backward-kill-word, kill-paragraph, backward-kill-paragraph):
  10407.     Allow read-only buffers.
  10408.  
  10409.     * csharp.el: New file.
  10410.  
  10411. Wed Oct 10 18:00:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10412.  
  10413.     * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible.
  10414.     (rmail-summary-scroll-msg-down): Likewise.
  10415.  
  10416.     * bytecomp.el (byte-compile-associative): New function.
  10417.     (+, max, min, -): Use that.
  10418.     (byte-compile-make-binary, byte-compile-butlast): New functions.
  10419.  
  10420. Tue Oct  9 14:32:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10421.  
  10422.     * dired.el (dired-compress, dired-uncompress): Put output from
  10423.     subprocess in a buffer to display it.
  10424.  
  10425.     * appt.el (fix-time): Deleted.
  10426.     (appt-select-lowest-window): Renamed from select-lowest-window.
  10427.     (appt-visible): Renamed from appt-visable.
  10428.  
  10429.     * time.el (display-time-filter): Run display-time-hook.
  10430.  
  10431.     * lisp.el (lisp-complete-symbol): Last change clobbered beg.
  10432.  
  10433.     * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob.
  10434.  
  10435. Mon Oct  8 16:59:45 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10436.  
  10437.     * man.el (nuke-nroff-bs): Handle o\b+.
  10438.  
  10439.     * files.el (save-buffers-kill-emacs): Do querying here.
  10440.     Don't die if process-list is not defined.
  10441.  
  10442.     * simple.el (next-complex-command): Fix typo.
  10443.  
  10444. Sun Oct  7 23:39:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10445.  
  10446.     * bytecomp.el (byte-compile-file): Run set-auto-mode.
  10447.  
  10448. Mon Oct  1 22:03:50 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10449.  
  10450.     * compile.el:  Major overhauls.  Remove references to mode, since
  10451.     it never really was a mode.
  10452.     (compile-regexp-list):  Don't use a single regexp, but try
  10453.     multiple ones from a list. 
  10454.     (next-error): Don't read in every single file when doing
  10455.     next-error, just go to the line of the next file, reading it in if
  10456.     need be.  The old method was slow and could end up creating a lot
  10457.     of buffers you never wanted around.
  10458.     Use buffer named in compilation-buffer.  Get buffer to use
  10459.     interactively via compilation-use-buffer if called with arg.
  10460.     (compile-internal):  Move window resizing here, since a grep
  10461.     window is still a compile window as far as this package is
  10462.     concerned.  Don't use with-output-to-temp-buffer since it is very
  10463.     anti-social with show-temp-buffer-hooks which resize based on the
  10464.     how much data is output by its forms; it never worked with
  10465.     compile-window-height that way anyway.
  10466.     (compilation-parse-line):  Figures out file and line for
  10467.     next-error from compile-regexp-list.
  10468.     (compilation-use-buffer):  Function which sets buffer for
  10469.     next-error to use.
  10470.  
  10471. Mon Oct  1 00:03:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10472.  
  10473.     * c-mode.el (c-indent-line): Special clause for `} else'.
  10474.  
  10475. Sun Sep 30 15:12:58 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10476.  
  10477.     * compile.el (compilation-mode): Don't set compilation-error-regexp.
  10478.     (compile-internal): Set it here.
  10479.     (compilation-error-regexp): Put on permanent-local property.
  10480.  
  10481.     * startup.el (command-line-functions): New variable.
  10482.     (command-line-1): Do something with it.
  10483.  
  10484.     * diff.el (diff): Fix bug in searching for first change run.
  10485.  
  10486.     * bytecomp.el (byte-compile-lambda): Handle string constant as value.
  10487.  
  10488. Fri Sep 28 17:52:57 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10489.  
  10490.     * mh-e.el: New version from Larus.
  10491.  
  10492.     * c-mode.el (calculate-c-indent): When looking@previous column-0
  10493.     line, allow whitespace between the close-paren and the semicolon.
  10494.  
  10495. Wed Sep 26 18:48:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10496.  
  10497.     * startup.el (command-line): Make init-file-user permanent.
  10498.  
  10499. Tue Sep 25 09:19:27 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10500.  
  10501.     * edebug.el:  New file for elisp source debugging.
  10502.  
  10503.     * loaddefs.el:  Autoload edebug with edebug-defun.
  10504.  
  10505.     * lisp-mode.el (eval-defun):  If arg, edebug-defun.
  10506.  
  10507.     * simple.el (comment-region):  New function.
  10508.  
  10509.     * c-mode.el (c-beginning-of-statement, c-end-of-statement):
  10510.     New functions bound to M-a and M-e respectively.
  10511.     (c-beginning-of-statement-1, c-end-of-statement-1):  Engines for
  10512.     above.
  10513.     (set-c-style):  New function to easily select a preferred
  10514.     indentation style.
  10515.     (c-style-alist):  Styles and variables values for set-c-style.
  10516.  
  10517.     * asm-mode.el:  New file.  Mode for editing assembler code.
  10518.  
  10519.     * loaddefs.el (auto-mode-alist):  Use asm-mode for .s files.
  10520.     Autoload it.
  10521.  
  10522. Mon Sep 24 15:54:51 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10523.  
  10524.     * loaddefs.el (auto-mode-alist): Use \\' for end of string.
  10525.  
  10526. Sat Sep 22 04:11:46 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10527.  
  10528.     * simple.el (shell-command):  Document in code comment why -f is
  10529.     not used for C shells.  Perhaps this will get people to stop
  10530.     asking about it.
  10531.  
  10532. Fri Sep 21 16:04:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10533.  
  10534.     * isearch.el (nonincremental-search): Bind cursor-in-echo-area
  10535.     only as long as necessary.
  10536.  
  10537. Fri Sep 21 09:12:29 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10538.  
  10539.     * loaddefs.el (auto-mode-alist):  Use bibtex-mode for .bib files
  10540.     and autoload it.
  10541.  
  10542. Tue Sep 18 08:55:14 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10543.  
  10544.     * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.
  10545.  
  10546. Thu Sep 13 22:25:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10547.  
  10548.     * c-mode.el (calculate-c-indent): Skip back across preprocessor
  10549.     lines before testing for a continuation statement.
  10550.  
  10551.     * mouse.el (mouse-set-point): Compensate properly for hscroll.
  10552.  
  10553. Thu Sep 13 18:49:04 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10554.  
  10555.         * texinfmt.el (texinfo-format-inforef): Item name now optional.
  10556.  
  10557. Thu Sep 13 15:30:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10558.  
  10559.     * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:.
  10560.  
  10561.     * help.el (print-help-return-message): Mention C-M-v.
  10562.  
  10563. Mon Sep 10 21:52:11 1990  Chris Hanson  (cph@kleph)
  10564.  
  10565.     * xscheme.el (xscheme-eval): Add hook that allows Scheme to
  10566.     evaluate arbitrary expression in Emacs.
  10567.     (scheme-interaction-mode): Run scheme-mode-hook before
  10568.     scheme-interaction-mode-hook.
  10569.     Guarantee that the process-filter's state is correctly updated
  10570.     before calling any code that can possibly allow more input to be
  10571.     read from the process.
  10572.  
  10573. Mon Sep 10 12:34:16 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10574.  
  10575.     * rmailsort.el (rmail-sortable-date-string): Handle excess space.
  10576.     Discard century from year.
  10577.  
  10578.     * files.el (after-find-file): Improve a message.
  10579.  
  10580. Sun Sep  9 17:46:03 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10581.  
  10582.     * sendmail.el (mail-signature): t means use signature file.
  10583.     (mail-setup): Implement that.
  10584.     (mail-mode-map): Put mail-signature command back on C-c C-w.
  10585.     (mail-signature-inserted): Variable deleted.
  10586.  
  10587. Sat Sep  8 15:33:48 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10588.  
  10589.     * ftp.el (ftp-command): Ignore output lines without status codes.
  10590.  
  10591. Thu Sep  6 22:39:48 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10592.  
  10593.     * sendmail.el (mail-signature): New variable holds signature.
  10594.     (mail-setup): Default mail-signature from .signature file.
  10595.     Insert the value.
  10596.  
  10597. Tue Sep  4 18:14:14 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10598.  
  10599.     * ftp.el (ftp-write-file): Accept status 125 as normal.
  10600.  
  10601. Mon Sep  3 03:37:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10602.  
  10603.     * rnews.el:  Reinstated.
  10604.  
  10605. Sat Sep  1 16:48:38 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10606.  
  10607.     * files.el (backup-buffer): Test backup-inhibited.
  10608.     (find-file-noselect, set-visited-file-name): Set that var
  10609.     based on backup-enable-predicate.
  10610.  
  10611. Fri Aug 31 07:21:12 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10612.  
  10613.     * sendmail.el (mail-send-and-exit):  Remove dependency on other
  10614.     window being in rmail-mode in order to delete selected window.
  10615.  
  10616. Thu Aug 30 05:39:11 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10617.  
  10618.     * paths.el:  Add gnus-default-nntp-server, gnus-nntp-service,
  10619.     gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to
  10620.     be visible for admins during installation configuration.
  10621.  
  10622.     * loaddefs.el:
  10623.     (gnus, gnus-post-news):  Autoload gnus.
  10624.     (sendnews, postnews): fset to gnus-post-news instead of news-post-news.
  10625.     (rnews, news-post-news):  Removed autoloads.
  10626.  
  10627.     * gnus.el:  New file.
  10628.     (gnus-make-newsrc-file):  Removed.
  10629.     (gnus-read-newsrc-file):  Work without above.
  10630.     (gnus-Info-directory):  Removed.
  10631.     (gnus-Info-find-node):  Work without above.
  10632.     (lots of variables):  Made non-interactive.  Some doc fixes.
  10633.  
  10634.     * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el,
  10635.     * mhspool.el:  New files.
  10636.  
  10637.     * rnews.el:  Removed.  (Renamed to rnews.el.~backout~.)
  10638.  
  10639. Wed Aug 29 18:19:46 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10640.  
  10641.     * loaddefs.el: Put paragraph commands on M-{ and M-}.
  10642.  
  10643.     * files.el (basic-save-buffer): Make error messages more natural.
  10644.  
  10645.     * rmail.el (rmail-search): Call rmail-maybe-set-message-counters.
  10646.  
  10647. Wed Aug 29 06:14:30 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10648.  
  10649.     * files.el (basic-save-buffer):  Signal an error when the directory
  10650.     doesn't exist or is write-protected.
  10651.     (set-visited-file-name):  When renaming buffer, don't switch from
  10652.     current name if that is the name causing the conflict for the new name.
  10653.     Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and
  10654.     leave no foo around.  Now it stays foo.
  10655.  
  10656.     * fortran.el (fortran-mode):  Define comment-line-start-skip based
  10657.     partially on value of fortran-comment-region; statements starting
  10658.     with c (eg: call, common) were being indented as comments.
  10659.     (fortran-current-line-indentation):  Only skip over continuation
  10660.     char or line number for statements.  It was giving back wrong
  10661.     values for statements which started in columns 1-6.
  10662.     (fortran-mode-version):  Removed.
  10663.  
  10664. Tue Aug 28 04:07:38 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10665.  
  10666.     * loaddefs.el:  Autoload reverse-region from sort.el.
  10667.  
  10668.     * cl.el:
  10669.         (defstruct):  The copier function invoked the non-existent
  10670.     copy-vector.  Calling copy-sequence does the job.
  10671.         (defsetf for point):  Point's inverse is goto-char.  Of course, 
  10672.         what do we do with the other basic types of Emacs Lisp?
  10673.         (member):  Another, perhaps counterproductive, speed hack.  When
  10674.     test or testnot are symbols (hopefully, non-null), they are
  10675.     replaced by their symbol-function slots.  This presumably reduces
  10676.     one indirection per each funcall in the inner loop.  
  10677.         (byte-compile-named-list-accessors):  Another byte-compile
  10678.     handler, this one eliminates the extra call incurred when using
  10679.     first, ..., tenth, or rest.  This makes those list accessors
  10680.     essentially as primitive as car, cdr, or nth. 
  10681.         (with-keyword-args): Macro that simplifies most of the handling of
  10682.     klists.  The only neglected functionality is that no supplied-p
  10683.     forms exist (although that is true also of lambda lists in Emacs Lisp).
  10684.     (cl-eval-print-last-sexp):  Added half-hearted support for -, +,
  10685.     ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism
  10686.     at every call.
  10687.         (declare, proclaim, the):  Make some more CL codes easy to load.
  10688.     These are dummies, and have no effect whatsoever.  (Perhaps `the'
  10689.     could be made to check in  interpreter, and to ignore in the
  10690.     compiler.  Then again, writing `typecase' would be also useful and
  10691.     I haven't done it yet.) 
  10692.         (byte-compile-ca*d*r):  New function, used as a handler from
  10693.     byte-compile-form to eliminate the extra call to the c*r functions
  10694.     in compiled code. 
  10695.         (adjoin, map):  Changed to use `memq' instead of `member', too.
  10696.         (case, ecase):  Via a change in case-clausify, these macros now
  10697.     generate tests using the primitive `memq', instead of the heavier
  10698.     `member'. 
  10699.         (member):  Rewrote it to exploit the keyword argument machinery.
  10700.     It also tries to call memq whenever possible.
  10701.     (many funcs):  Two-branch conds changed into simple ifs here and
  10702.     there, minor layout changes all over.
  10703.         (defsetf):  `Puts' occur in the generated code, not in the macro
  10704.     expander.  (Didn't we fix this long ago?)
  10705.         (setf):  Comment disagreed with the code.  Code was right.
  10706.         (defkeyword):  Was dropping the DOCSTRING.
  10707.         (reduce): New function.  Presented as an example of how to use
  10708.     KLISTs to parse calls in functions that take keyword arguments.
  10709.         (concatenate, map):  New functions.
  10710.         (extract-from-klist):  Swapped arguments for convenience.
  10711.         (keyword-argument-supplied-p, cl$subseq-as-list):  New auxiliary
  10712.     functions. 
  10713.         (build-klist):  Better error messages.
  10714.         (psetf):  Rewrote, patterned after the new psetq.
  10715.         (psetq):  Added early check for even number of arguments.  This
  10716.     causes a better error message than previously.
  10717.         (defstruct, parse$defstruct$options):  asp@CS.CMU.EDU (James
  10718.     Aspnes) reported that defstruct wasn't handling properly the use
  10719.     of accessors of an :included definition applied to instances of
  10720.     the :including structure.  Indeed, the old version was
  10721.     implementing a (rather useless) sense of multiple-inheritance that
  10722.     was inimical to the Common Lisp sense.  Fixed here by adding
  10723.     properties :structure-includes and :structure-included-in to the
  10724.     struct name.  They keep track of the graph of inclusions.
  10725.         (mapc, maplist, mapl, mapcan, mapcon,
  10726.         copy-list, copy-tree, revappend, nreconc, nbutlast,
  10727.         subst, subst-if, subst-if-not, sublis,
  10728.         member-if, member-if-not, tailp):  New functions, developed apart
  10729.     and now merged with the main file.  They still don't take :keyword
  10730.     arguments. 
  10731.  
  10732.     * sort.el (sort-subr):  Support floating point numbers.
  10733.     (sort-float-fields, reverse-region):  New functions.
  10734.     (sort-numeric-fields, sort-fields, sort-float-fields):  Use -ARG
  10735.     to mean count fields from right, not reverse.  (Doc fixes.)
  10736.     (sort-fields-1):  Let negative arg pass unmolested.  Always do
  10737.     ascending sort.
  10738.     (sort-skip-fields):  Handle negative field.
  10739.  
  10740.     * tex-mode.el (tex-mode-map):  Move bindings of M-{ and M-} to
  10741.      C-c { and C-c }.
  10742.  
  10743. Tue Aug 28 01:25:47 1990  Roland McGrath  (roland@gnu.ai.mit.edu)
  10744.  
  10745.     * bytecomp.el (byte-compile-file): If interactive, ask user if he
  10746.     wants to save a buffer visiting file to be compiled.
  10747.  
  10748. Mon Aug 27 00:21:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10749.  
  10750.     * compile.el (compilation-error-regexp):  Padded up a little to
  10751.     work with new function:
  10752.     (compilation-get-file-and-line):  Grabs file and line using
  10753.     matched sub-expressions in compilation-error-regexp.
  10754.     (compilation-parse-errors):  Use new function.
  10755.     (compilation-sentinel):  Make buffer writable before trying to
  10756.     insert things.
  10757.  
  10758.     * info.el (Info-extract-menu-item):  Search for an exact match for
  10759.     menu item before looking for a partial match.  Regexp-quote the
  10760.     search string.
  10761.  
  10762.     * lisp.el (lisp-complete-symbol):  Display possibilities in
  10763.     *Completions* not *Help*.
  10764.  
  10765.     * help.el (describe-mode):  Use Dale Worley's version to also show
  10766.     minor mode documentation if argument is given.  Fset
  10767.     defining-keyboard-macro to start-keyboard-macro so its
  10768.     documentation can be found.  Currently does not work with
  10769.     auto-fill-mode because of the hook nature of its minor mode
  10770.     indicator variable.
  10771.  
  10772. Sun Aug 26 21:54:33 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10773.  
  10774.     * terminal.el: Move possibly offensive comments to term-nasty.el.
  10775.     (te-quote-arg-for-sh): Give some variables more useful names.
  10776.  
  10777. Sat Aug 25 16:36:06 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10778.  
  10779.     * resume.el: New version from Joe Wells.
  10780.  
  10781. Wed Aug 22 11:31:37 1990  Joseph Arceneaux  (jla@geech)
  10782.  
  10783.     * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table
  10784.     rather than current buffer's.
  10785.  
  10786. Thu Aug 16 13:31:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10787.  
  10788.     * isearch.el (isearch): For C-y and C-w in regexp search,
  10789.     use regexp-quote.
  10790.  
  10791.     * time.el (display-time-filter): Check that file is non-empty.
  10792.  
  10793. Thu Aug 16 13:31:19 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  10794.  
  10795.     * term/x-win.el: Don't define C-z here; it's now in screen.el.
  10796.  
  10797. Tue Aug 14 23:44:30 1990  David J. MacKenzie  (djm@apple-gunkies)
  10798.  
  10799.     * time.el: New version that uses wakeup instead of loadst.
  10800.  
  10801. Tue Aug 14 15:50:34 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  10802.  
  10803.     * simple.el (eval-current-buffer): New function.
  10804.  
  10805.     * screen.el: Moved screen convenience functions here, formerly in
  10806.     term/x-win.el.
  10807.     other-window now bound to esc-o, ctl-x-o now next-multiscreen-window.
  10808.  
  10809. Mon Aug 13 17:04:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10810.  
  10811.     * files.el: Doc fix.
  10812.  
  10813. Sat Aug 11 10:20:49 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  10814.  
  10815.     * screen.el (get-screen):  Don't loop on screen-visible-p.
  10816.     Set auto-new-screen-function to new-screen.
  10817.  
  10818.     * gdb.el (gdb-break): Also handle temporary breaks.
  10819.  
  10820. Wed Aug  1 12:02:48 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  10821.  
  10822.     * bytecomp.el (byte-compile-file): Fix format string in call to
  10823.     float-output-format.
  10824.  
  10825. Tue Jul 31 17:09:52 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  10826.  
  10827.     * files.el (find-alternate-file):  Don't depend on buffer being
  10828.     read-only for modifications to invoke yes-or-no-p.
  10829.  
  10830. Sat Jul 28 22:17:57 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10831.  
  10832.     * paths.el (rmail-spool-directory):
  10833.     Change silicon-graphics-unix to irix.
  10834.  
  10835. Fri Jul 27 19:16:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10836.  
  10837.     * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer.
  10838.     Give it tex-filter as a filter.
  10839.     (tex-filter): New function.  Deletes the temp file and junk files.
  10840.     (tex-directory): Now set to `.'.
  10841.  
  10842. Fri Jul 27 00:22:07 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10843.  
  10844.     * fill.el (fill-region-as-paragraph):  Remove tabs that aren't in
  10845.     fill-prefix or part of paragraph indentation.
  10846.  
  10847. Thu Jul 26 20:44:37 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10848.  
  10849.     * bytecomp.el (byte-compile-file-forms): New function.
  10850.     (byte-compile-file): Use that for the runs of ordinary forms.
  10851.     Don't crash when make-byte-code has only 3 elements.
  10852.  
  10853.     * help.el (view-lossage): Use insert, not `newline'.
  10854.  
  10855.     * info.el (Info-find-node): Set case-fold-search for tag tbl buffer.
  10856.  
  10857. Thu Jul 26 18:24:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  10858.  
  10859.     * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not
  10860.     a function in 19.
  10861.  
  10862. Thu Jul 26 17:58:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10863.  
  10864.     * chistory.el (command-history-repeat): New function.
  10865.     (command-history-map): Put command-history-repeat on x.
  10866.     (command-history-mode): Document that.
  10867.  
  10868. Thu Jul 26 00:07:49 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10869.  
  10870.     * c-mode.el (c-auto-newline):  Doc addition.
  10871.     (electric-c-terminator):  Removed bogus set-marker.
  10872.     (electric-c-sharp-sign):  Make sure c-auto-newline is nil for call
  10873.     to electric-c-terminator.
  10874.  
  10875.     * texinfo.el:  Bind tex-insert-quote to " in texinfo-mode-map.
  10876.  
  10877.     * simple.el (goal-column):  Make buffer-local.
  10878.  
  10879.     * man.el (manual-entry):  Enter view-mode.
  10880.  
  10881. Wed Jul 25 22:30:54 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10882.  
  10883.     * replace.el (occur-last-string):  New variable to hold last
  10884.     interactive regexp to occur.
  10885.     (occur):  Use occur-last-string.
  10886.  
  10887.     * lisp.el (down-list):  Doc fix.
  10888.  
  10889. Tue Jul 24 13:27:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10890.  
  10891.     * files.el (find-file-noselect): Nice msg if can write but not read.
  10892.  
  10893.     * lisp.el: Doc fix.
  10894.  
  10895. Thu Jul 19 16:41:05 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10896.  
  10897.     * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function.
  10898.  
  10899. Tue Jul 17 13:33:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10900.  
  10901.     * files.el (find-file-read-only-other-window): New function.
  10902.     Put on C-x 4 r.
  10903.  
  10904. Sun Jul 15 22:33:39 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10905.  
  10906.     * register.el (view-register): Don't ignore first line of rect.
  10907.  
  10908. Sat Jul 14 21:36:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10909.  
  10910.     * outline.el (show-children): Make default arg smarter.
  10911.  
  10912. Thu Jul 12 23:17:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10913.  
  10914.     * compile.el (compile-internal): Make *compilation* read-only
  10915.     except during this function.
  10916.  
  10917. Wed Jul 11 15:13:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10918.  
  10919.     * c-mode.el (c-comment-indent): Special case comment after }.
  10920.  
  10921. Thu Jul  5 22:28:50 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10922.  
  10923.         * texinfmt.el: Renamed Lisp definitions section to `Description
  10924.           formatting' and revised `texinfo-format-defun-1' and format
  10925.           defuns to handle object oriented descriptions properly.
  10926.  
  10927. Sat Jun 30 13:07:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10928.  
  10929.     * dbx.el: Use C-x SPC for setting break point.
  10930.  
  10931. Fri Jun 29 13:38:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10932.  
  10933.     * sort.el: Doc fix.
  10934.  
  10935. Thu Jun 28 17:25:14 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10936.  
  10937.         * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a
  10938.           noop.
  10939.  
  10940.         * texinfmt.el (texinfo-format-scan): @* now breaks lines; no
  10941.           longer does nothing.
  10942.  
  10943.         * texinfmt.el: `Bottom node' changed to `End node' and `BN'
  10944.           changed to `EN'; also, `footnote-style' changed to
  10945.           `texinfo-footnote-style'.
  10946.  
  10947.         * texnfo-upd.el (texinfo-all-menus-update): With a non-nil
  10948.           argument, now updates all the nodes in the buffer before
  10949.           updating the menus. 
  10950.  
  10951.         * texnfo-upd.el (texinfo-master-menu): With non-nil argument
  10952.           (prefix, if interactive) means first update all existing nodes
  10953.           and menus, not just menus.
  10954.  
  10955.         * texinfo.el (texinfo-show-structure): With optional arg, list
  10956.           lines with @-sign commands for @chapter, @section and the like,
  10957.           but not @node lines.
  10958.  
  10959. Wed Jun 27 14:33:55 1990 Richard Stallman (rms@mole.ai.mit.edu)
  10960.  
  10961.     * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
  10962.  
  10963. Tue Jun 26 21:21:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10964.  
  10965.     * disass.el (disassemble-1): Check ptr in range for aref.
  10966.  
  10967.     * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New.
  10968.     (byte-compile-find-vars-1): Do nothing for defun or defmacro.
  10969.     Do nothing for defvar or defconst with only one argument.
  10970.     (byte-compile-lambda): New function for error checking.
  10971.     (byte-compile-verbose): New variable.
  10972.     (byte-compile-file, byte-compile-file-form): Check that for messages.
  10973.  
  10974. Tue Jun 26 10:04:26 1990  David Lawrence  (tale@geech)
  10975.  
  10976.     * compile.el (grep):  Use `grep-command' to also hold args for
  10977.     grep, like compile-command.
  10978.  
  10979.     * simple.el (kill-ring-save):  Fixed to not reference free
  10980.     variable `verbose' but to just unconditionally echo message.
  10981.     (shell-command):  Use new `last-shell-command' interactively.
  10982.     (shell-command-on-region):  Use new `last-shell-command-on-region'
  10983.     interactively.  Delete *Shell Command Output* if no output.
  10984.     (kill-comment):  Error if no comment syntax defined.
  10985.  
  10986. Mon Jun 25 21:47:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10987.  
  10988.     * simple.el (kill-region): New arg VERBOSE says print a message.
  10989.     (kill-ring-save): Print a message, instead of moving point.
  10990.  
  10991. Sat Jun 23 19:01:06 1990  Randall Smith  (randy@substantia-nigra)
  10992.  
  10993.     * dired.el (dired-flag-regexp-files): Added function to flag all
  10994.     files matching a REGEXP for deletion.
  10995.     (): Bound this function to key "F" in dired-mode ("D" was already
  10996.     taken). 
  10997.  
  10998. Fri Jun 22 17:04:03 1990  Richard Stallman  (rms@albert.ai.mit.edu)
  10999.  
  11000.     * fill.el (fill-region-as-paragraph): Don't consider colon as sentence
  11001.     end.  Use syntax table to decide what is whitespace.
  11002.     (justify-current-line): Don't consider colon as sentence end.
  11003.  
  11004.     * c-mode.el (calculate-c-indent): Back up over comma before
  11005.     calling c-backward-to-start-of-continued-exp.
  11006.     (c-backward-to-start-of-continued-exp): Back up over strings.
  11007.  
  11008. Thu Jun 21 18:11:45 1990  Robert J. Chassell  (bob@pogo.ai.mit.edu)
  11009.  
  11010.         * texinfmt.el (texinfo-format-include): Include files ending with
  11011.           ".texi" as well as ".texinfo" and ".tex".
  11012.  
  11013.         * texinfmt.el: Define @shortcontents, like @summaryconents, as
  11014.           'texinfo-discard-line-with-args.
  11015.  
  11016. Wed Jun 20 11:43:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11017.  
  11018.     * isearch.el (isearch): Do exit on meta keys.
  11019.     Also exit on function keys and mouse clicks.
  11020.     * loaddefs.el (search-exit-char): Change back to escape.
  11021.     (search-ring-advance-char): Moved from isearch.el.
  11022.     (search-ring-retreat-char): Renamed from ...-recline-char and moved.
  11023.  
  11024.     * float.el: Provide 'float.
  11025.  
  11026. Tue Jun 19 16:32:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11027.  
  11028.     * mouse.el (mouse-set-point): Compensate for horizontal scrolling.
  11029.  
  11030. Tue Jun 19 11:56:04 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11031.  
  11032.     * isearch.el (isearch): Don't quit on meta-chars.
  11033.  
  11034. Fri Jun 15 20:51:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11035.  
  11036.     * loaddefs.el: search-exit-char is now Return.
  11037.     * simple.el: Search-ring advance and recline characters are now
  11038.     M-n and M-p.
  11039.  
  11040. Fri Jun 15 09:19:27 1990  Robert J. Chassell  (bob@pogo.ai.mit.edu)
  11041.  
  11042.         * tex-mode.el (tex-start-shell): Don't put `require' in defun, put
  11043.           it@top level.
  11044.  
  11045.         * texnfo-upd.el (texinfo-incorporate-descriptions): Don't
  11046.           accidently find a string in the description that is confused for
  11047.           a menu item.
  11048.  
  11049. Fri Jun  1 17:41:08 1990  Robert J. Chassell  (bob@wheat-chex)
  11050.  
  11051.         * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on
  11052.           the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on
  11053.           the current buffer, and `texinfo-tex-print' (C-c C-p) to print
  11054.           the .dvi file made by TeX.
  11055.  
  11056.           Also, bound functions from TeX mode in Texinfo mode:
  11057.           `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c
  11058.           C-l), and `tex-show-print-queue' (C-c C-q).
  11059.  
  11060. Thu May 31 17:28:34 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11061.  
  11062.     * startup.el (command-line):  Check environment variable
  11063.     VERSION_CONTROL and set version-control appropriately.
  11064.  
  11065. Thu May 31 16:34:56 1990  Robert J. Chassell  (bob@wheat-chex)
  11066.  
  11067.         * texnfo-upd.el (texinfo-top-pointer-case): rewrote to handle
  11068.           @chapter (or other sectioning) command following Top node.
  11069.  
  11070.           (texinfo-master-menu): rewrote to remove pre-existing master
  11071.           menu, if there is one.  Non-nil argument (prefix, if interactive)
  11072.           now means first update all existing menus---previously it always
  11073.           updated all existing menus (very time consuming).
  11074.  
  11075.           (texinfo-all-menus-update,  texinfo-every-node-update):
  11076.           added a save-excursion to each so that point does not move when
  11077.           you update the menus or nodes.
  11078.  
  11079.         * texinfmt.el (texinfo-format-parse-args): expand arguments so
  11080.           they can include commands such as @code, etc.
  11081.  
  11082. Thu May 31 10:29:32 1990  David Lawrence  (tale@geech)
  11083.  
  11084.     * backquote.el (bq-splicequote):  Correctly splice in elements
  11085.     when followed by constant elements; don't list the constant elements.
  11086.  
  11087.     * add-log.el (add-change-log-entry):  Fixed match test for full name.
  11088.  
  11089.     * lpr.el (print-buffer):  Removed an extra trailing parenthesis.
  11090.  
  11091. Wed May 30 23:15:46 1990  David Lawrence  (tale@geech)
  11092.  
  11093.     * comint.el (comint-load-hook):  Superseded by eval-after-load.
  11094.  
  11095.     * inf-lisp.el (lisp-eval-region, lisp-compile-region):  Use
  11096.     temporary files instead of send-string to avoid problems with pty
  11097.     buffering.
  11098.  
  11099.     * tex-mode.el (tex-close-latex-block):  Allow whitespace after
  11100.     \begin and \end before their opening brace.
  11101.     (tex-last-unended-begin):  Ditto.
  11102.  
  11103. Wed May 30 22:15:18 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11104.  
  11105.     * subr.el (add-hook): New function.
  11106.  
  11107. Wed May 30 21:43:18 1990  David Lawrence  (tale@geech)
  11108.  
  11109.     * dired.el (dired-revert):  Preserve deletions across reversion
  11110.     and report files flagged for deletion which were already removed.
  11111.     When reading the root directory, name the buffer "/".
  11112.  
  11113. Tue May 29 12:51:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11114.  
  11115.     * scheme.el (run-scheme): Autoload deleted.  Already done in loaddefs.
  11116.  
  11117. Thu May 24 17:58:44 1990  Robert J. Chassell  (bob@rice-chex)
  11118.  
  11119.         * page-ext.el (pages-directory-goto): Go to end of file if called
  11120.     from the last line (which is empty) of the pages-directory
  11121.  
  11122. Thu May 24 13:57:06 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11123.  
  11124.     * shell.el (shell-load-hook):  Superseded by eval-after-load.
  11125.  
  11126.     * files.el (cd):  Make sure that directory can be changed to.
  11127.         * shell.el (shell-process-cd-or-pushd):  ditto.
  11128.  
  11129.     * c++-mode.el:  Installed latest version from David Detlefs with
  11130.     all additions made since Sep 1989.
  11131.  
  11132. Thu May 24 13:07:38 1990  Robert J. Chassell  (bob@apple-gunkies)
  11133.  
  11134.         * texinfmt.el:  Added   texinfo-format-defindex   which provides
  11135.     @defindex and @defcodeindex.
  11136.  
  11137.     Rewrote texinfo-format-synindex to be more modular; removed
  11138.     references to it in   texinfo-format-scan   and
  11139.     texinfo-format-printindex.
  11140.  
  11141. Tue May 22 19:50:46 1990  David Lawrence  (tale@geech)
  11142.  
  11143.     * informat.el: (Info-tagify):  Give status messages before and
  11144.     after tagifying.
  11145.     (batch-info-validate): Removed status messages around Info-tagify.
  11146.  
  11147.     * rmailout.el (rmail-output):  Check for From:, Really-From: and
  11148.     Sender: fields, in that order, and run mail-strip-quoted-names on
  11149.     a non-nil value for the initial Unix mail "From user date" line.
  11150.  
  11151. Mon May 21 17:26:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11152.  
  11153.     * buff-menu.el (Buffer-menu-buffer): Simplified.
  11154.     Set Buffer-menu-buffer-column initially.
  11155.  
  11156. Fri May 18 14:33:00 1990  Robert J. Chassell  (bob@apple-gunkies)
  11157.  
  11158.         * page-ext.el: (pages-addresses-file-name):
  11159.     Renamed from addresses-file-name.
  11160.  
  11161. Thu May 17 22:25:38 1990  Robert J. Chassell  (bob@apple-gunkies)
  11162.  
  11163.         * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key
  11164.           bindings for functions updating nodes and menus with `C-c C-...'
  11165.           keybindings, so as to leave `C-c LETTER' bindings free.
  11166.  
  11167.         * texnfo-upd.el (texinfo-menu-copy-old-description): Copy
  11168.           descriptions that begin with an `@' as well as with word syntax char.
  11169.           (texinfo-insert-master-menu-list): Print message telling which
  11170.           menu entry it is inserting.
  11171.  
  11172. Sat May 12 23:35:49 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11173.  
  11174.     * isearch.el (isearch):  Check non-nil of unread command char
  11175.     before checking >= 0.
  11176.  
  11177. Sat May 12 16:53:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11178.  
  11179.     * info.el (Info-read-subfile): Ignore blank lines in split file list.
  11180.  
  11181. Fri May 11 16:01:41 1990  Richard Stallman  (rms@albert.ai.mit.edu)
  11182.  
  11183.     * isearch.el (isearch): Advance@least one character if empty string
  11184.     was found the previous time.
  11185.     * replace.el (keep-lines): Likewise.
  11186.  
  11187. Thu May 10 21:47:33 1990  Robert J. Chassell  (bob@wheat-chex)
  11188.  
  11189.         * texinfmt.el: updated to correspond, more or less, to version 2.8
  11190.         of texinfo.tex.   Does not do refilling.
  11191.  
  11192.         texinfo-format-chapter-1  now displays message telling which
  11193.         section is being formatted, so formatting is no longer silent.
  11194.  
  11195.         Added notations: @quiv, @error, @expansion, @point, @print, @result
  11196.  
  11197.         Added @synindex and @syncodeindex, including
  11198.         texinfo-format-synindex, texinfo-format-syncodeindex,
  11199.         and defined  syncode-arg  as local variable in texinfo-format-scan.
  11200.         Modified  texinfo-format-printindex  to handle these.
  11201.  
  11202.         Added  @ref, which the same as @xref in Info.
  11203.         Added  @titlespec, which is ignored in Info.
  11204.         Added  @br  @need  as noops.
  11205.         Added  @today   texinfo-format-today   in `1 Jan 1900' style.
  11206.         Added  @defconst, @defcmd  to the  texinfo-format-defun  series
  11207.  
  11208.         Added  @flushright   @end flushright, including
  11209.         texinfo-format-flushright, texinfo-end-flushright,
  11210.         texinfo-do-flushright.
  11211.  
  11212.         Added  @ftable, which is like the `@table' command but also
  11213.         inserts each item in the first column into the function index.
  11214.         Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable.
  11215.  
  11216.         Added  @footnote, including texinfo-format-footnote, footnote-style,
  11217.         texinfo-format-make-node, texinfo-format-bottom-node.
  11218.  
  11219. Thu May 10 15:23:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11220.  
  11221.     * bytecomp.el (byte-compile-cond-1): Handle (t).
  11222.  
  11223. Fri May  4 17:28:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11224.  
  11225.     * simple.el (indent-new-comment-line): Delete the temporary newline
  11226.     even if point is not there after indent-for-comment.
  11227.  
  11228. Fri May  4 17:05:42 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11229.  
  11230.     * simple.el (open-line):  Insert fill-prefix if defined.
  11231.  
  11232. Tue May  1 14:49:46 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11233.  
  11234.     * c-mode.el (c-comment-indent): If@beginning of line and
  11235.     comment-column is 0, insert no space.
  11236.  
  11237.     * replace.el (occur): Avoid infinite loop@end of buffer.
  11238.  
  11239. Mon Apr 30 20:54:47 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11240.  
  11241.     * float.el (float-to-string):
  11242.     Adjust POWER when rounding makes new digit. 
  11243.  
  11244. Thu Apr 26 16:20:32 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11245.  
  11246.     * man.el (manual-entry):  Don't allow null topics.
  11247.  
  11248.     * dired.el (dired-create-directory):  Use new primitive
  11249.     make-directory.
  11250.     (dired-do-deletions):  Use new primitive remove-directory.
  11251.  
  11252. Tue Apr 24 14:15:33 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11253.  
  11254.     * dired.el (dired-readin): Mark buffer unmodified@end.
  11255.  
  11256. Wed Apr 18 23:10:15 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11257.  
  11258.     * loaddefs.el:  Removed Meta-g def of fill-region.
  11259.  
  11260. Fri Apr 13 18:33:08 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11261.  
  11262.     * c-mode.el (c-comment-indent): Don't need \n in #endif/#else
  11263.     regexps.
  11264.  
  11265. Thu Apr 12 21:48:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11266.  
  11267.     * isearch.el (isearch): In reverse search,
  11268.     don't move point for C-w, C-y.
  11269.  
  11270.     * startup.el (normal-top-level): Don't check envvar PWD on vms.
  11271.  
  11272. Tue Apr 10 19:37:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11273.  
  11274.     * add-log.el (add-change-log-entry): Require match in full-name
  11275.     as well as login-name.
  11276.     Don't switch windows if desired buffer already current.
  11277.     (add-change-log-entry-other-window): Take two args and pass on.
  11278.     Change interactive spec so default behavior doesn't change.
  11279.  
  11280. Mon Apr  9 12:42:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11281.  
  11282.     * dired.el (dired-mode): Set list-buffers-directory
  11283.     like dired-directory.  So name appears in list-buffers.
  11284.  
  11285.     * sendmail.el (mail-do-fcc): Append properly to rmail buffers.
  11286.  
  11287.     * bytecomp.el (byte-compile-find-vars-1): Treat interactive
  11288.     and save-window-excursion like condition-case.
  11289.  
  11290. Sun Apr  8 17:06:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11291.  
  11292.     * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'.
  11293.     Those that are special print their output and first compile
  11294.     and print the contents of `pending'.
  11295.     (byte-compile-file):@end of file, compile and print `pending'.
  11296.     (byte-compile-pending): New function.
  11297.  
  11298.     * bytecomp.el (byte-compile-find-vars-1):
  11299.     Special case unwind-protect and save-window-excursion.
  11300.  
  11301. Fri Apr  6 21:04:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11302.  
  11303.     * mouse.el:  Check consp of coordinates-in-window-p result.
  11304.  
  11305. Fri Apr  6 15:48:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11306.  
  11307.     * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary
  11308.     forms, put them together into lambdas, and call them.
  11309.     (byte-compile-file-form): With nil, do nothing fast.
  11310.     (byte-compile-lambda): Do nothing with trivial lambdas
  11311.  
  11312. Thu Apr  5 16:41:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11313.  
  11314.     * rmailout.el (rmail-output-to-rmail-file): Set message counters
  11315.     before inserting in a file being visited.
  11316.  
  11317. Thu Apr  5 14:26:27 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11318.  
  11319.     * screen.el:  Don't redefine ctl-x {p,n}, just ctl-x o.
  11320.  
  11321. Thu Apr  5 13:37:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11322.  
  11323.     * startup.el (command-line-1): Always erase *scratch*, not current buf.
  11324.  
  11325. Wed Apr  4 16:27:19 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11326.  
  11327.     * screen.el:  Define keys ctl-x {o, n, p}.  Make C-Z iconify
  11328.     emacs.
  11329.     (next-multiscreen-window):
  11330.     (previous-multiscreen-window):  Include the minibuffer screen if
  11331.     the minbuffer is active.
  11332.  
  11333. Tue Apr  3 21:33:07 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11334.  
  11335.     * fill.el (fill-individual-paragraphs): Check for mail header name
  11336.     only@beginning of line.
  11337.  
  11338. Thu Mar 29 18:02:16 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11339.  
  11340.     * keypad.el: Define the `do' key.
  11341.  
  11342.     * dired.el (dired-diff): New command.
  11343.     (dired-mode-map): Put on `='.
  11344.  
  11345. Wed Mar 28 21:23:00 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
  11346.  
  11347.     * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
  11348.     Put in "-*- rmail -*-".
  11349.     Rename rmail-mode to rmail-mode-2.
  11350.     (rmail-mode): New function.
  11351.     Move docstring and (interactive) from rmail-mode to rmail-mode-2.
  11352.     (rmail): Call rmail-mode-2 not rmail-mode.
  11353.  
  11354. Tue Mar 27 17:30:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11355.  
  11356.     * etags.el (tags-loop-continue): Print message when find a match,
  11357.     if tags-loop-operate is nil.
  11358.  
  11359.     * c-mode.el (calculate-c-indent): Don't consider a line as a
  11360.     function definition line if it contains `='.
  11361.  
  11362.     * compile.el (compile-find-file): New function, to search a path.
  11363.     (compilation-parse-errors): Use it.
  11364.     (compilation-search-path): New user variable.
  11365.  
  11366. Sun Mar 25 23:02:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11367.  
  11368.     * loaddefs.el: Add autoloads for ispell.el.
  11369.     * ispell.el: Doc fixes.
  11370.     Problem: key for ispell-next was already used by set-selective-display.
  11371.     Should we move that?
  11372.  
  11373. Sun Mar 25 17:06:15 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11374.  
  11375.     * x-mouse.el (x-select):  Only pass one arg to x-own-selection.
  11376.  
  11377. Fri Mar 23 15:39:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11378.  
  11379.     * fortran.el (fortran-electric-line-number):
  11380.     Make sure arg to self-insert-command is a number.
  11381.  
  11382. Wed Mar 21 13:54:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11383.  
  11384.     * fortran.el (fortran-electric-line-number):
  11385.     Use self-insert-command for all insertion.
  11386.  
  11387. Wed Mar 21 11:18:06 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11388.  
  11389.     * startup.el (command-line):  Load the window-system file if
  11390.     DISPLAY is set or -d was specified on the command line.
  11391.  
  11392. Tue Mar 20 14:44:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11393.  
  11394.     * lpr.el (print-region-1): New arg PAGE-HEADERS.
  11395.     On system V, handle it by running pr.
  11396.     Use print-region-new-buffer to copy text to temp buffer.
  11397.     (all commands): Pass new arg; pass lpr-switches unchanged.
  11398.     (print-region-new-buffer): New function.
  11399.  
  11400. Tue Mar 20 13:12:54 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11401.  
  11402.     * term/x-win.el (x-pop-initial-window):  Set mouse-motion-handler.
  11403.  
  11404. Mon Mar 19 11:22:38 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11405.  
  11406.     * sendmail.el (mail-send):  Force deletion of auto-save files.
  11407.     (mail-do-fcc):  Add closing paren.
  11408.  
  11409. Sat Mar 17 12:45:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11410.  
  11411.     * bytecomp.el (byte-compile-file): Turn off print-length.
  11412.  
  11413. Fri Mar 16 12:49:01 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11414.  
  11415.     * simple.el (auto-fill-mode):  Doc fix.
  11416.  
  11417. Wed Mar 14 19:56:51 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11418.  
  11419.     * term/x-win.el:  Set suspend hook here, as well as put
  11420.     'iconify-emacs on C-Z.
  11421.  
  11422.     * screen.el:  Check screenp of last-selected-screen in
  11423.     iconification functions.
  11424.  
  11425. Wed Mar 14 13:07:41 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11426.  
  11427.     * c++-mode.el (c++-comment-region): New function.
  11428.       (c++-uncomment-region): New function.
  11429.  
  11430. Sun Mar 11 15:49:46 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11431.  
  11432.     * mouse.el (track-mouse):  x-mouse-grabbed now mouse-grabbed.
  11433.     * x-mouse.el (dynamic-rect-selection):  Ditto.
  11434.  
  11435. Sat Mar 10 18:29:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11436.  
  11437.     * x-mouse.el:  Conditionalization of certain functions dependent
  11438.     on X version.  Added mouse-key descriptions for X11.
  11439.  
  11440. Fri Mar  9 18:53:52 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11441.  
  11442.     * man.el (nuke-nroff-bs): Allow period in middle of topic name.
  11443.  
  11444.     * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp.
  11445.     * outline.el (outline-mode): Set that from outline-regexp.
  11446.  
  11447. Thu Mar  8 13:19:18 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11448.  
  11449.     * screen.el (deiconify-function, multi-minibuffer-startup,
  11450.     attached-minibuffer-startup, detached-minibuffer-startup): Pass
  11451.     second parameter t to select-screen.
  11452.  
  11453. Wed Mar  7 17:59:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11454.  
  11455.     * sendmail.el (mail-do-fcc): Temporarily unwiden 
  11456.  
  11457. Tue Mar  6 11:46:18 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11458.  
  11459.     * screen.el (deiconify-function):  Setq last-selected-screen nil.
  11460.  
  11461.     * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el:
  11462.     * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el:
  11463.     * man.el, rmail.el, sendmail.el, terminal.el:
  11464.     * texinfmt.el:  Renamed buffer-flush-undo to buffer-disable-undo.
  11465.  
  11466. Sun Mar  4 17:53:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11467.  
  11468.     * screen.el (get-screen):  If the screen is not visible, make it
  11469.     so.
  11470.  
  11471. Fri Mar  2 15:56:31 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11472.  
  11473.     * term/x-win.el: Don't set suspend-hook any more.
  11474.  
  11475.     * screen.el:  No more x-specific things, this is now entirely
  11476.     window system independent.
  11477.     (new-screen): Use new function:
  11478.     (new-screen-position): Determine position of new screen based on
  11479.     that of selected-screen.
  11480.     (pop-initial-screen): Set first-screen-user-positioned if user did
  11481.     so.  Also decide on which screen style depending on either new
  11482.     variable `separate-minibuffer-screen' or minibuffer elt in
  11483.     window-system-switches.
  11484.     (detached-minibuffer-startup):  Add screen colors to minibuffer
  11485.     alist if possible.  Also make sure screen-default-alist has
  11486.     minibuffer element none, and correct name.
  11487.  
  11488. Thu Mar  1 13:42:23 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11489.  
  11490.     * term/x-win.el: Require 'screen as well in initial setup code.
  11491.     Don't set suspend hook; this will be something else.
  11492.     Removed redundant cursor-shape delcarations.  The all begin with
  11493.     x-pointer- now.
  11494.     Added some more definitions to the function keys.
  11495.     Generally cleaned up this file.
  11496.  
  11497. Thu Mar  1 01:24:49 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11498.  
  11499.     * subr.el (force-mode-line-update): New function.
  11500.     time.el (display-time-filter): Update modeline with above.
  11501.  
  11502.     * rmail.el (rmail-get-new-mail): Remove " Mail" from
  11503.     display-time-string if necessary.
  11504.  
  11505. Wed Feb 28 14:55:08 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11506.  
  11507.     * screen.el (iconify-function, iconify-emacs, deiconify-function):
  11508.     New functions.
  11509.  
  11510.     * files.el (save-some-buffers): Removed last parameter skip-list.
  11511.     Now this checks for buffer-local variable save-buffers-skip to
  11512.     determine whether or not to avoid asking to save the buffer.
  11513.     * rmail.el (rmail-mode): Removed skip-list stuff.
  11514.     (rmail-variables): make-local-variable save-buffers-skip.
  11515.     * compile.el (compile): Removed additional parameter to
  11516.     save-buffers.
  11517.  
  11518. Mon Feb 26 01:02:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11519.  
  11520.     * time.el (display-time-hook): New hook run by display-time-filter.
  11521.     (display-time-filter): Run display-time-hook after setting
  11522.     display-time-string.
  11523.     (rmail-pop-up): Default display-time-hook to automatically retrieve
  11524.     new mail if the variable rmail-pop-up is non-nil.
  11525.     (add-clock-handler): Removed; superceded by timer.el.
  11526.  
  11527.     * loaddefs.el: Removed add-clock-handler.
  11528.  
  11529. Sun Feb 25 16:57:36 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11530.  
  11531.     * c++-mode.el: New file.
  11532.     (point-bol): Removed this function.
  11533.  
  11534.     * loaddefs.el: Autoload C++-mode.
  11535.     (auto-mode-alist): c++-mode for .C and .cc files.
  11536.  
  11537. Sun Feb 25 13:29:16 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11538.  
  11539.     * lisp-mode.el (indent-sexp): Changed opoint to last-point.  Very
  11540.     strange, I thought I'd already fixed this.
  11541.  
  11542.     * screen.el: New file.
  11543.  
  11544. Sat Feb 24 08:57:50 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11545.  
  11546.     * loaddefs.el: Autoload for diff.
  11547.  
  11548.     * files.el (diff): Superceded by diff.el.
  11549.     (diff-switches-function): Still needs to be merged into diff.el.
  11550.  
  11551.     * diff.el: New file.
  11552.     Changes from the original include recognition of context diffs,
  11553.     rewrites of motion functions for more efficiency, and general
  11554.     tidying of code.
  11555.  
  11556. Thu Feb 22 15:47:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11557.  
  11558.     * isearch.el (isearch): After doing read-event, check numberp of
  11559.     char first.
  11560.  
  11561.     * replace.el (perform-replace): Use read-event rather than
  11562.     read-char.  Check that returned object is char before comparisons.
  11563.  
  11564. Thu Feb 22 05:43:25 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11565.  
  11566.     * files.el (file-newest-backup): Return either the name of an
  11567.     existing backup file or nil if none exists.
  11568.  
  11569.     * server.el (server-program): Renamed from "server" to "emacsserver".
  11570.  
  11571. Tue Feb 20 10:46:14 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11572.  
  11573.     * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
  11574.     re-search-forward.
  11575.  
  11576. Mon Feb 19 22:09:14 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11577.  
  11578.     * simple.el (kill-comment): Take better advantage of comment-end.
  11579.  
  11580. Sun Feb 18 14:02:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11581.  
  11582.     * ispell.el: new file.
  11583.  
  11584. Wed Feb 14 13:19:45 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11585.  
  11586.     * calendar.el: Require cl.
  11587.  
  11588. Tue Feb 13 21:15:15 1990  David Lawrence  (tale@wheat-chex)
  11589.  
  11590.     * files.el: Set default-directory of *Directory* to one displayed
  11591.     by list-directory.
  11592.  
  11593.     * compile.el: Added to compilation-error-regexp pattern for errors
  11594.     from IBM High C.
  11595.  
  11596. Tue Feb 13 15:37:56 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11597.  
  11598.     * files.el (save-some-buffers): New parameter skip-list of buffers
  11599.     to not save.
  11600.     New variable save-buffers-skip-list.
  11601.     * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list.
  11602.     * compile.el (compile): Pass save-buffers-skip-list to
  11603.     save-some-buffers.
  11604.  
  11605. Mon Feb 12 22:26:58 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11606.  
  11607.     * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p):
  11608.     New functions.
  11609.  
  11610. Mon Feb 12 02:19:40 1990  David Lawrence  (tale@galapas)
  11611.  
  11612.     * tex-mode.el: require oshell until converted to comint.
  11613.  
  11614.     * loaddefs.el: point run-lisp autoload to new file inf-lisp.
  11615.  
  11616.     * shell.el: converted to comint.  Relegated original to oshell.el.
  11617.  
  11618.     * inf-lisp.el: converted to comint.
  11619.  
  11620.     * comint.el: removed last vestiges of original history stuff.
  11621.  
  11622. Wed Feb  7 16:27:31 1990  David Lawrence  (tale@galapas)
  11623.  
  11624.     * inf-lisp.el: inferior-lisp-program can be a list of the programme
  11625.       name and its arguments.
  11626.  
  11627. Tue Feb  6 14:42:09 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11628.  
  11629.         * calendar.el:
  11630.         (french-calendar-leap-year-p): Rewritten with corrected rule.
  11631.         (calendar-absolute-from-french): Fixed comments.
  11632.         (calendar-french-from-absolute): Rewrote using calendar-sum.
  11633.         (cursor-to-french-calendar-date): Simplified and corrected spelling.
  11634.  
  11635. Tue Feb  6 15:59:23 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11636.  
  11637.     * register.el (insert-register): Return nil.
  11638.     (jump-to-register): Likewise.
  11639.  
  11640.     * sort.el (sort-subr): Return nil.
  11641.  
  11642.     * simple.el (copy-region-as-kill): Return nil.
  11643.  
  11644.     * register.el (set-register): Return VALUE.
  11645.  
  11646. Tue Feb  6 15:03:55 1990  Joseph Arceneaux  (jla@albert.ai.mit.edu)
  11647.  
  11648.     * term/x-win.el (x-pop-up-window): Die and leave disgusted message
  11649.     when we can't get our X-window up.
  11650.  
  11651. Mon Feb  5 17:59:22 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11652.  
  11653.     * c-mode.el (calculate-c-indent): When distinguishing top level,
  11654.     check for doublequotes when checking for parens.
  11655.  
  11656. Sun Feb  4 00:37:28 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11657.  
  11658.     * tex-mode.el (tex-show-print-queue): Restart shell like tex-file.
  11659.  
  11660. Fri Feb  2 14:53:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11661.  
  11662.     * tex-mode.el (tex-bibtex-file, tex-file, tex-region):
  11663.     Restart the tex shell if process is gone or stopped.
  11664.     (tex-shell-running): New function.
  11665.  
  11666. Thu Feb  1 02:21:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11667.  
  11668.     * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
  11669.  
  11670. Sat Jan 27 21:54:58 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11671.  
  11672.         * calendar.el:
  11673.     (scroll-calendar-left): Fixed so it works when the cursor is not
  11674.         positioned on a day.
  11675.         (cursor-to-calendar-day-of-year): Fixed so that "day" is properly
  11676.         pluralized, depending how many days remain in the year.
  11677.         (french-calendar-leap-year-p): New function.
  11678.         (french-calendar-last-day-of-month): New function.
  11679.         (calendar-absolute-from-french): New function.
  11680.         (calendar-french-from-absolute): New function.
  11681.         (cursor-to-french-calendar-date): New function.
  11682.     (calendar-mode-map): Put cursor-to-french-calendar-date on a key.
  11683.         (calendar-mode): Describe cursor-to-french-calendar-date.
  11684.  
  11685. Wed Jan 31 12:25:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11686.  
  11687.     * yow.el: Provide 'yow.
  11688.  
  11689. Thu Jan 25 21:57:25 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11690.  
  11691.     * lisp-mode.el: Indent prog2 specially.
  11692.  
  11693. Wed Jan 24 19:56:49 1990  Richard Stallman  (rms@albert.ai.mit.edu)
  11694.  
  11695.     * compare-w.el (compare-windows): Handle compare-ignore-case.
  11696.  
  11697. Fri Jan 19 22:27:36 1990  David Lawrence  (tale@cocoa-puffs)
  11698.  
  11699.     * dired.el: Removed restriction for -s, -i and -F switches to ls.
  11700.  
  11701.     * loaddefs.el: Removed above from dired-listing-switches doc string.
  11702.  
  11703.         * mh-e.el (c/o James Larus <larus@cs.wisc.edu>): 
  11704.       Accepts message range specifications.
  11705.       Defaults sequence name to previous sequence name when reading.
  11706.       Made mode-line id user-setable.
  11707.       Changes from Gildea: documentation and a few typos.
  11708.       Added command to pipe message through shell command.
  11709.       Fixed refile twice failed after second one moved.
  11710.       Added changes from Gildea to speed-up mh-e.
  11711.       Won't reverse sequence lists.
  11712.       Allows arbitrary fields for pick.
  11713.       Packing folder now properly updates sequence list.
  11714.       Added previously missing %s in mh-redistribute.
  11715.  
  11716.     * timer.el: (new file) Adds run-at-time function with absolute
  11717.       or relative time spec to run a function with args.
  11718.  
  11719.     * loaddefs.el: autoload for run-at-time.
  11720.  
  11721. Tue Jan 16 19:49:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11722.  
  11723.     * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
  11724.  
  11725. Tue Jan 16 19:31:46 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11726.  
  11727.         * diary.el:
  11728.         (insert-diary-entry): New function.
  11729.         (insert-weekly-diary-entry): New function.
  11730.         (insert-monthly-diary-entry): New function.
  11731.         (insert-yearly-diary-entry): New function.
  11732.         (insert-hebrew-diary-entry): New function.
  11733.         (insert-monthly-hebrew-diary-entry): New function.
  11734.         (insert-yearly-hebrew-diary-entry): New function.
  11735.         (insert-islamic-diary-entry): New function.
  11736.         (insert-monthly-islamic-diary-entry): New function.
  11737.         (insert-yearly-islamic-diary-entry): New function.
  11738.  
  11739.     * calendar.el: Autoload these functions.
  11740.     (calendar-mode-map): Put them on keys.
  11741.         (calendar-mode): Describe them.
  11742.  
  11743. Thu Jan 11 20:45:04 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11744.  
  11745.         * diary.el
  11746.         (list-diary-entries): Deleted several lines of extraneous code
  11747.         and added `nongregorian-diary-listing-hook' to the list of hooks
  11748.         called@the end; this is for use in including Hebrew, Islamic,
  11749.         Julian, or ISO diary entries.  A similar
  11750.         `nongregorian-diary-marking-hook' was added to the list of hooks
  11751.         called at the end of mark-diary-entries for the same reason.
  11752.  
  11753.         (diary-name-pattern): Fixed the documentation and added an optional
  11754.         parameter FULLNAME which insists on the full spelling of the name;
  11755.         this is also for use in marking Hebrew or Islamic diary entries
  11756.         (those month names are not unique in the first three characters).
  11757.  
  11758.         (mark-hebrew-diary-entries): New function.
  11759.         (list-hebrew-diary-entries): New function.
  11760.         (mark-hebrew-calendar-date-pattern): New function.
  11761.         (mark-islamic-diary-entries): New function.
  11762.         (list-islamic-diary-entries): New function.
  11763.         (mark-islamic-calendar-date-pattern): New function.
  11764.  
  11765.         (list-diary-entries): Added nongregorian-diary-listing-hook.
  11766.         (mark-diary-entries): Added nongregorian-diary-marking-hook.
  11767.  
  11768.         * calendar.el: Added documentation for the hooks described above.
  11769.  
  11770. Wed Jan 10 13:21:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11771.  
  11772.     * isearch.el (isearch): Check adding * or | to regexp even if failing.
  11773.  
  11774.     * yow.el (yow): Don't be confused by percent in message.
  11775.     Use raw prefix arg as first argument; process it later.
  11776.  
  11777. Mon Jan  8 14:06:03 1990  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
  11778.  
  11779.         * texnfo-upd.el (texinfo-update-node,
  11780.           texinfo-sequential-node-update): fixed auto-fill-hook bug.
  11781.  
  11782. Mon Jan  8 13:07:38 1990  Joseph Arceneaux  (jla@spiff)
  11783.  
  11784.     * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
  11785.  
  11786. Mon Jan  8 12:21:09 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11787.  
  11788.         * calendar.el (calendar-date-is-visible-p):
  11789.     Fixed so it does not switch to the calendar buffer.
  11790.  
  11791.         * diary.el (prepare-fancy-diary-buffer): Compute the list of
  11792.         holidays only once for each three-month period, not once for each date
  11793.         displayed in the calendar.  This saves an enormous amount of time in
  11794.         the fancy diary display for multiple days.
  11795.  
  11796. Sun Jan  7 16:03:28 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11797.  
  11798.         * calendar.el: Fixed the value of list-diary-entries-hook.
  11799.         (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
  11800.         Corrected several instances of "dairy" to "diary".
  11801.         (describe-calendar-mode): Added this function to issue the message
  11802.         "Preparing..." to `?' key in calendar-mode because it's so incredibly
  11803.         slow for describe-mode to prepare the help buffer.
  11804.         (calendar-holidays): Fixed the examples in the doc-string.
  11805.  
  11806.         * diary.el: Corrected several instances of "dairy" to "diary".
  11807.  
  11808. Fri Jan  5 17:10:47 1990  Joseph Arceneaux  (jla@spiff)
  11809.  
  11810.     * term/x-win.el: Function key stuff redone.
  11811.  
  11812. Thu Jan  4 21:10:29 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11813.  
  11814.     * tex-mode.el (tex-kill-job): Avoid error if no process.
  11815.  
  11816.     * bibtex.el (sun menus): Avoid error if defmenu not defined.
  11817.  
  11818.     * doctor.el: Delete spurious symbol@top level.
  11819.  
  11820. Wed Jan  3 19:54:36 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11821.  
  11822.     * view.el (View-scroll-lines-forward):
  11823.     Exit@end only if view-scroll-forward-exits is non-nil.
  11824.  
  11825. Fri Dec 29 14:32:18 1989  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11826.  
  11827.         * calendar.el (mark-diary-entries): Made "sticky" so effect continues
  11828.         whenever the calendar is redisplayed.
  11829.         (mark-calendar-holidays, calendar-unmark): Likewise.
  11830.         
  11831. Tue Dec 26 15:33:45 1989  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  11832.  
  11833.         * calendar.el: Fixed many minor bugs throughout the code. The major
  11834.         changes are as follows.
  11835.         Completely rewrote the Hebrew calendar functions to make them
  11836.         much faster and hence make holiday determination much faster
  11837.  
  11838.         Split the code into three files: the calendar stuff is in the
  11839.         main file, calendar.el; the diary stuff is in diary.el; the
  11840.         holiday stuff is in holiday.el.
  11841.  
  11842.         Added a diary hook example that shows how to get sorted diary
  11843.         entries in the fancy diary buffer.
  11844.  
  11845.         (calendar-iso-from-absolute): New function.
  11846.         (calendar-absolute-from-iso): New function.
  11847.         (cursor-to-iso-calendar-date): Added `D' calendar command to give
  11848.         the day number in the Gregorian year and number of days remaining.
  11849.         (mark-diary-entries): Made two-digit abbreviated years acceptable
  11850.         in diary entries.  Changed possible diary entry styles: DAY
  11851.         entries are no longer available; European style is now an option.
  11852.         Diary entry styles are now controlled by a list of pseudo-patterns.
  11853.         (list-diary-entries): Made two-digit abbreviated years acceptable
  11854.         in diary entries.  Changed possible diary entry styles: DAY
  11855.         entries are no longer available; European style is now an option.
  11856.         Diary entry styles are now controlled by a list of pseudo-patterns.
  11857.     (calendar-date-string): Display style of dates is now controlled by
  11858.         a pseudo-pattern so the European style is available.
  11859.         (all functions conatining the word `hebrew').
  11860.         (list-diary-entries, mark-diary-entries):
  11861.         (include-other-diary-files, mark-included-diary-files):
  11862.         Added the possibity of `shared diary files' with a recursive
  11863.         include mechanism like the C preprocessor
  11864.         (list-calendar-holidays): Eliminated the 'special class of holidays,
  11865.         rewriting the entire mechanism to make it more general.
  11866.         (calendar-holiday-function-float): Changed the 'float class of
  11867.         holidays so that negative values count backward from end of month: 5
  11868.         is no longer used for the last occurrence of a day in a month; -1 is
  11869.         used instead
  11870.  
  11871. Wed Dec 27 16:41:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11872.  
  11873.     * rmail.el (rmail): Handle MAIL environment var.
  11874.  
  11875. Mon Dec 25 00:18:25 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11876.  
  11877.     * loaddefs.el (sentence-end): Allow single space@EOL.
  11878.  
  11879.     * etags.el: New name for tags.el.
  11880.     * loaddefs.el: Autoloads changed.
  11881.  
  11882.     * paths.el (manual-formatted-dirlist): New alternative for UMAX.
  11883.  
  11884.     * simple.el (next-complex-command): Fix err msg.
  11885.  
  11886. Thu Dec 21 19:02:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11887.  
  11888.     * lisp-mode.el (indent-sexp): Exit outer loop if make no progress.
  11889.  
  11890. Wed Dec 20 07:06:12 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11891.  
  11892.     * telnet.el (telnet-initial-filter): Make `password' local.
  11893.  
  11894. Mon Dec 18 17:05:40 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11895.  
  11896.     * simple.el (edit-and-eval-command): Add new command to history.
  11897.     * chistory.el (repeat-matching-complex-command):
  11898.     Delete the useless history entry for this command.
  11899.  
  11900. Sun Dec 17 01:38:08 1989  David Lawrence  (tale@cocoa-puffs)
  11901.  
  11902.     * (comint-)shell.el: Use comint.  NOT ready yet.
  11903.     * (comint-)inf-lisp.el:  Broke the inferior lisp code out to its
  11904.     own file and converted for comint use.  NOT ready yet.
  11905.  
  11906. Sat Dec 16 14:17:02 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11907.  
  11908.     * c-mode.el (indent-c-exp): Verify that comment start isn't in string.
  11909.     Reindent comment on starting line like other comments.
  11910.  
  11911.     * tex-mode.el (validate-tex-buffer): Use tex-validate-region,
  11912.     not obsolete name.
  11913.  
  11914. Fri Dec 15 13:20:01 1989  Joseph Arceneaux  (jla@spiff)
  11915.  
  11916.     * isearch.el: Replaced all occurences of read-char with
  11917.     read-event; and check return type.
  11918.  
  11919. Fri Dec 15 09:21:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  11920.  
  11921.     * appt.el: New file.
  11922.  
  11923.     * files.el (backup-buffer): Ask question (if nec) before writing file.
  11924.  
  11925. Tue Dec 12 03:24:48 1989  David Lawrence  (tale@cocoa-puffs)
  11926.  
  11927.     * medit.el and simple.el: initial definition of keymaps uses
  11928.     copy-keymap, not copy-alist.
  11929.  
  11930. Mon Dec 11 00:11:02 1989  David Lawrence  (tale@cocoa-puffs)
  11931.  
  11932.     * telnet.el: Converted to use comint.  Removed
  11933.         delete-char-or-send-eof and telnet-copy-last-input.  Added
  11934.         telnet-mode-hook.  Modified telnet-filter to insert-before-markers
  11935.     at the process-mark.    
  11936.  
  11937. Sun Dec 10 19:07:33 1989  David Lawrence  (tale@cocoa-puffs)
  11938.  
  11939.     * prolog.el: Converted to use comint.  Replaced copy-keymap for
  11940.     copy-alist of comint-mode-map.
  11941.  
  11942.     * kermit.el: Converted to use comint.  Replaced
  11943.     kermit-clean-filter with a more efficient version.
  11944.  
  11945.     * comint.el: Added optional arguments ``terminator'' and
  11946.     ``delete'' to     comint-send-input, for processes that want to see 
  11947.     a CR or CR-LFD pair instead of LFD and for processes that do echoing.
  11948.  
  11949. Fri Dec  8 22:14:42 1989  David Lawrence  (tale@cocoa-puffs)
  11950.  
  11951.     * history.el (new file): general history mechanism, primarily
  11952.     intended for interactive processes.
  11953.  
  11954.     * comint.el: converted to use history.el.  Took out all the ring
  11955.     code.  comint-send-input will replace entire input region rather
  11956.     than append to it (user option?).  comint-kill-output will only
  11957.     nuke through the last newline, to retain prompt.
  11958.     comint-show-output will start window@line before output start,
  11959.     to show command. 
  11960.  
  11961.     * dbx.el: Converted to use comint-mode. 
  11962.  
  11963. Wed Dec  6 05:22:20 1989  David Lawrence  (tale@wheat-chex)
  11964.  
  11965.     * comint.el: make-variable-buffer-local declarations moved from
  11966.     comint-mode to defvars.
  11967.  
  11968.     * gdb.el: Converted to use comint-mode.
  11969.  
  11970. Tue Dec  5 00:56:37 1989  David Lawrence  (tale@wheat-chex)
  11971.  
  11972.     * comint.el (new file):
  11973.     Added FSF copyright.
  11974.         Moved bindings off of C-c LETTER.
  11975.     Cleaned up references to cmu* files.
  11976.     Made comint-send-input do unconditional end-of-line before processing.
  11977.     cominit-exec will signal an error if no programme name.
  11978.     Removed full-copy-sparse-keymap and comint-log-user.
  11979.  
  11980. Mon Dec  4 08:56:54 1989  Joseph Arceneaux  (jla@spiff)
  11981.  
  11982.     * isearch.el: fset synonyms for re-search-*.
  11983.  
  11984. Thu Nov 30 09:51:12 1989  Joseph Arceneaux  (jla@spiff)
  11985.  
  11986.     * c-mode.el (c-comment-indent): Place comments 2 spaces after
  11987.     #endif and #else.
  11988.  
  11989. Mon Nov 27 08:51:07 1989  Joseph Arceneaux  (jla@spiff)
  11990.  
  11991.     * shell.el (shell-complete-file-name): Don't count tildes as
  11992.     filename separators if they are in the filename to be expanded.
  11993.  
  11994. Wed Nov 22 17:36:59 1989  Joseph Arceneaux  (jla@spiff)
  11995.  
  11996.     * mouse.el, x-mouse.el: Moved button definitions from mouse.el to
  11997.     x-mouse.el.  They are defined differently depending upon the X
  11998.     version.
  11999.  
  12000. Fri Nov 17 13:37:32 1989  Joseph Arceneaux  (jla@spiff)
  12001.  
  12002.     * paths.el: Changed rmail-file-name from const to a var.
  12003.  
  12004. Thu Nov 16 23:43:26 1989  Ed Reingold  (reingold@cs.uiuc.edu)
  12005.  
  12006.     * tex-mode.el (slitex-mode):
  12007.     New alternative to plain-tex-mode and latex-mode.
  12008.     (tex-mode): Know when to choose slitex mode.
  12009.     (tex-run-command, latex-run-command, slitex-run-command): New vars.
  12010.     (tex-mode, latex-mode, slitex-mode): Init tex-command from them.
  12011.     (tex-latex-block): Insert matching begin-end pair for latex.
  12012.     (tex-close-block): Be smart about nested begin-end pairs.
  12013.     (tex-last-unended-begin): New subroutine.
  12014.     (tex-region): Handle buffers with no files.
  12015.     (tex-file): Cleaner error for buffer with no file.
  12016.     (tex-generate-zap-file-name): New name for tex-generate-junk-file-name.
  12017.  
  12018. Thu Nov 16 10:24:52 1989  Joseph Arceneaux  (jla@spiff)
  12019.  
  12020.     * simple.el: New variable x-select-kill.
  12021.     (copy-region-as-kill): If non-nil, make the killed text an X
  12022.     selection.
  12023.  
  12024.     * fill.el (justify-current-line, fill-region-as-paragraph):
  12025.     Consider : as sentence terminator.
  12026.  
  12027. Tue Nov 14 19:32:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12028.  
  12029.     * bytecomp.el (byte-compile-file): Copy .el permissions to .elc.
  12030.     Delete .elc if possible before writing.
  12031.  
  12032. Thu Nov  9 18:05:43 1989  Joseph Arceneaux  (jla@spiff)
  12033.  
  12034.     * x-mouse.el (x-select-wipe): New function.
  12035.     Bind the selection functions to the default keys.
  12036.  
  12037. Wed Nov  8 15:54:55 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12038.  
  12039.     * tex-mode.el (tex-bibtex-file): New command.
  12040.     (tex-mode-map): Put on a key.
  12041.  
  12042.     * debug.el (debug): No need to check match-data for invalid markers.
  12043.  
  12044. Wed Nov  8 14:14:20 1989  Joseph Arceneaux  (jla@spiff)
  12045.  
  12046.     * paths.el (mh-progs, mh-lib):  Use file-directory-p, and check
  12047.     /usr/local/bin as well.
  12048.  
  12049. Mon Nov  6 01:35:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12050.  
  12051.     * tex-mode.el (tex-print, tex-view): Run the command asynchronously.
  12052.     Eliminate tex-after-print-hook.
  12053.  
  12054. Sun Nov  5 01:29:26 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12055.  
  12056.     * tex-mode.el (tex-region): Delete tex output files directly, not
  12057.     with rm.  Use tex-generate-junk-file-name to make tex-out-file.
  12058.     (tex-generate-junk-file-name): New function.
  12059.     (tex-strip-dots): New name for TeX-strip-dots.
  12060.     (tex-append): New name for tex-append-dvi.  Suffix is now argument.
  12061.     (tex-view): New function.
  12062.     (tex-dvi-view-command): New variable.
  12063.  
  12064.     * files.el (make-auto-save-file-name): For non-file buffer,
  12065.     use Emacs pid and buffer name.
  12066.  
  12067. Tue Oct 31 01:28:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12068.  
  12069.     * files.el (hack-local-variables): save-excursion around the eval.
  12070.  
  12071. Mon Oct 30 13:01:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12072.  
  12073.     * tex-mode.el (tex-region): Replace `.' in host name with `-'.
  12074.     Eliminate extra / in arg when running TeX.
  12075.     (TeX-strip-dots): New subroutine.
  12076.  
  12077. Sun Oct 29 14:07:04 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12078.  
  12079.     * tex-mode.el (tex-region): Run TeX in dir the source file is in.
  12080.  
  12081. Fri Oct 27 13:52:49 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12082.  
  12083.     * tex-mode.el (tex-region): Use shell pid and host name in zap file.
  12084.     (TeX-expand-files): New fn, not yet used.
  12085.  
  12086.     * startup.el (command-line): Error if foo-win library not found.
  12087.  
  12088. Thu Oct 26 10:04:49 1989  Joseph Arceneaux  (jla@spiff)
  12089.  
  12090.     * dired.el (dired-first-filename): New function, move to first
  12091.     file found.
  12092.     (dired-noselect): Use it to position point@first file when
  12093.     entering dired.
  12094.  
  12095. Wed Oct 25 16:07:25 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12096.  
  12097.     * simple.el (count-lines, goto-lines): ^M is line sep for outline md.
  12098.  
  12099. Tue Oct 24 18:52:56 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12100.  
  12101.     * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote.
  12102.  
  12103. Sat Oct 21 03:02:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12104.  
  12105.     * replace.el (perform-replace): Always find null string@eob.
  12106.  
  12107. Sat Oct 14 01:33:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12108.  
  12109.     * startup.el (command-line-1): If > 2 files visited, do buffer-menu.
  12110.  
  12111.     * texinfo.el (texinfo-mode): Set words-include-escapes to t.
  12112.  
  12113.     * tex-mode.el (tex-start-shell): Run tex-shell-hook.
  12114.  
  12115. Thu Oct 12 16:54:30 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12116.  
  12117.     * x-mouse.el (x-paste-text): push-mark before inserting text.
  12118.     (x-insert-selection):
  12119.     (x-select): Moved these functions over from the file:
  12120.     * mouse.el
  12121.  
  12122. Thu Oct 12 02:37:18 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12123.  
  12124.     * simple.el (kill-ring-save): New command for M-w.
  12125.     Shows other end of region momentarily.
  12126.  
  12127.     * register.el (jump-to-register): New name for register-to-point.
  12128.     Old name remains as alias.
  12129.  
  12130.     * simple.el (end-of-buffer): Scroll to put point near screen bottom.
  12131.  
  12132. Wed Oct 11 17:22:29 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12133.  
  12134.     * compile.el (grep): Don't save buffers for grep.
  12135.  
  12136. Tue Oct 10 15:06:45 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12137.  
  12138.     * files.el (recover-file):  Prompt with current buffer's filename.
  12139.  
  12140. Mon Oct  9 18:24:21 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12141.  
  12142.     * term/x-win.el (x-pop-up-window):  If color screen, start out
  12143.     with some default colors.
  12144.  
  12145. Sun Oct  8 19:00:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12146.  
  12147.     * rnewspost.el (news-mail-reply, news-reply, news-post-news):
  12148.     Include newline before the blank line, when narrowing.
  12149.  
  12150. Wed Oct  4 16:41:16 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12151.  
  12152.     * mouse.el (mouse-double-down, mouse-double-up):
  12153.     New functions for double-clicking.
  12154.  
  12155. Tue Oct  3 12:38:45 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12156.  
  12157.     * x-mouse.el (x-insert-selecton, x-select): New functions:
  12158.  
  12159.     * mouse.el: New [experimental] functions:
  12160.     (mouse-motion, track-mouse, mouse-select-buffer-line)
  12161.     (mouse-boxing, mouse-erase-box, incr-scroll-down)
  12162.     (incr-scroll-up, incremental-scroll, incr-scroll-stop)
  12163.     (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert)
  12164.     (mouse-move-text)
  12165.  
  12166. Sun Oct  1 21:01:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12167.  
  12168.     * rmailout.el (rmail-output): Check for an RMAIL file, and get error.
  12169.  
  12170. Sat Sep 30 18:11:41 1989  Robert J. Chassell  (bob@rice-chex)
  12171.  
  12172.         * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop
  12173.           when copying a multi-line description@the end of a menu.
  12174.  
  12175. Thu Sep 28 13:55:19 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12176.  
  12177.     * mouse.el: New function mouse-line-length.  New constants for
  12178.     mouse-motion keys.
  12179.  
  12180. Wed Sep 27 09:49:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12181.  
  12182.     * c-mode.el (calculate-c-indent): Don't treat function-name line
  12183.     as continuation, because its previous line's indent is zero.
  12184.  
  12185.     * sendmail.el (mail-do-fcc): No blank line before iff file is new.
  12186.  
  12187. Mon Sep 25 16:21:51 1989  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
  12188.  
  12189.         * renamed texinfo-update.el to texnfo-upd.el and updated `provide'
  12190.  
  12191.         * texinfo.el: updated `require' to reflect new name for texnfo-upd
  12192.  
  12193. Sat Sep 23 14:38:26 1989  Robert J. Chassell  (bob@rice-chex)
  12194.  
  12195.         * texinfo.el: Moved functions to update nodes and menus to
  12196.           texinfo-update.el.
  12197.  
  12198.         * texinfo.el, texinfo-update.el: Added `require' and `provide'.
  12199.  
  12200.         * texinfo.el: Added keybindings to insert frquently used @-commands.
  12201.  
  12202.           Added keybindings for `texinfo-format-buffer',
  12203.           `texinfo-update-node', `texinfo-every-node-update',
  12204.           `texinfo-make-menu', and `texinfo-all-menus-update'. 
  12205.  
  12206.         * texinfo-update.el (texinfo-sequential-node-update): now updates
  12207.           node in which point is located so pointer are to next and
  12208.           previous node regardless of hierarchy.  Non-nil argument
  12209.           (prefix, if interactive) means update nodes in region.
  12210.  
  12211.           (texinfo-every-node-update): updates every node in a Texinfo
  12212.           file.
  12213.  
  12214.           (texinfo-all-menus-update): updates all the regular menus in a
  12215.           Texinfo file.
  12216.  
  12217.           (texinfo-indent-menu-description,
  12218.           texinfo-menu-indent-description): Indent every description in
  12219.           menu following point to specified column.  Non-nil argument
  12220.           (prefix, if interactive) means indent every description in every
  12221.           menu in the region.  Does not indent second and subsequent lines
  12222.           of a multi-line description. 
  12223.  
  12224.           (texinfo-insert-menu, texinfo-column-for-description): starts a
  12225.           menu description@column specified by variable
  12226.           `texinfo-column-for-description'.
  12227.  
  12228.           (texinfo-find-pointer, texinfo-insert-pointer): find and inserts
  12229.           higher level pointer as `Previous' pointer if there is no
  12230.           previous node@the same level.
  12231.  
  12232.           (texinfo-menu-copy-old-description): now copies `@' commands in
  12233.           old descriptions.
  12234.  
  12235.  
  12236. Fri Sep 22 00:59:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12237.  
  12238.     * simple.el (previous-complex-command): If not already inside
  12239.     repeat-complex-command, enter it.
  12240.     (repeat-complex-command): Bind repeat-complex-command-flat to t.
  12241.  
  12242.     * prolog.el (prolog-comment-indent): Don't insist on 1 space
  12243.     if@left margin.
  12244.  
  12245. Thu Sep 21 23:32:15 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12246.  
  12247.     * gdb.el (gdb-break): Go to line beg before counting lines.
  12248.  
  12249. Thu Sep 21 11:08:30 1989  Joseph Arceneaux  (jla@susie)
  12250.  
  12251.     * term/x-win.el: Added cursor-shape list, removed x-defined-colors
  12252.     stuff.
  12253.  
  12254. Thu Sep 21 03:59:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12255.  
  12256.     * simple.el (shell-command-on-region): If output is 1 line,
  12257.     display it in echo area.
  12258.  
  12259. Tue Sep 19 16:33:38 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12260.  
  12261.     * files.el (not-modified): With arg, mark buffer as modified.
  12262.  
  12263.     * c-mode.el (indent-c-exp): Support do-while.
  12264.  
  12265. Mon Sep 18 02:32:36 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12266.  
  12267.     * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special.
  12268.  
  12269.     * c-mode.el (c-indent-line): Special for line starting in `while'
  12270.     to detect a do-while statement.
  12271.     (c-backward-to-start-of-do): New subroutine.
  12272.  
  12273. Sun Sep 17 15:18:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12274.  
  12275.     * cl.el (safe-idiv): Avoid overflow calculating sign of quotient.
  12276.  
  12277. Sat Sep 16 01:52:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12278.  
  12279.     * c-mode.el (calculate-c-indent): A line starting in `}'
  12280.     is not considered a continuation.
  12281.  
  12282.     * sendmail.el (sendmail-send-it): Don't let user specify `Sender'.
  12283.     Insert a `Sender' if From is specified and doesn't match login name.
  12284.  
  12285. Fri Sep 15 11:53:47 1989  Joseph Arceneaux  (jla@spiff)
  12286.  
  12287.     * term/x-win.el: Removed function x-color-screen-p
  12288.     (now in xfns.c).  New variables x-colors, x-display-defined colors.
  12289.     Initialize them.
  12290.  
  12291. Thu Sep 14 04:37:15 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12292.  
  12293.     * startup.el (command-line): Rename local var for name of user
  12294.     to `init-file-user'.  Advertise that for use in the init file.
  12295.  
  12296. Mon Sep 11 20:22:43 1989  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
  12297.  
  12298.     * texinfo.el (texinfo-update-node, texinfo-make-menu,
  12299.     texinfo-master-menu, texinfo-sequential-node-update): Added
  12300.     functions to insert or update the next, previous, and up node
  12301.     pointers in a Texinfo file, or alternatively to insert node
  12302.     pointers as a depth-first traversal---sequentially through the
  12303.     file, each pointing to the next node regardless of its
  12304.     hierarchical level, and to create or update a menu or menus
  12305.     (preserving pre-existing descriptions, if any), to create a master
  12306.     menu for a Texinfo file accordng to the Manual recommendation.
  12307.  
  12308. Mon Sep 11 19:07:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12309.  
  12310.     * sun-fns.c, term/sun.el:
  12311.     Rename prev-complex-command to select-previous...
  12312.  
  12313. Sun Sep 10 15:56:09 1989  Joseph Arceneaux  (jla@spiff)
  12314.  
  12315.     * files.el (find-file-noselect): Indicate if file is a soft link
  12316.     to some file already present.
  12317.  
  12318. Thu Sep  7 00:47:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12319.  
  12320.     * rmailmsc.el (set-rmail-inbox-list): Doc fix.
  12321.  
  12322. Fri Sep  1 18:39:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12323.  
  12324.     * files.el (basic-save-buffer): On VMS, remove version number from
  12325.     visited file name before saving, and rename buffer.
  12326.  
  12327. Thu Aug 31 16:19:47 1989  Joseph Arceneaux  (jla@spiff)
  12328.  
  12329.     * term/Old/wyse.el: New terminal configuration file.
  12330.  
  12331. Wed Aug 30 13:16:02 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12332.  
  12333.     * rmail.el: `e' is now edit; only `x' for expunge.
  12334.  
  12335.     * term/x-win.el: Fix error message.
  12336.  
  12337.     * dired.el (dired-repeat-over-lines): FUNCTION returns t if it
  12338.     deleted the line.  All callers changed to make it return nil.
  12339.     (dired-move-file, dired-create-directory): New functions.
  12340.  
  12341. Tue Aug 29 16:41:34 1989  Joseph Arceneaux  (jla@spiff)
  12342.  
  12343.     * files.el:
  12344.     * bytecomp.el: Call read-file-name instead of new-read-file-name,
  12345.     since the latter subr has been renamed the former.
  12346.  
  12347. Wed Aug 23 23:32:25 1989  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
  12348.  
  12349.     * startup.el (command-line-1): Update year in startup message.
  12350.  
  12351. Wed Aug 23 17:47:47 1989  Joseph Arceneaux  (jla@spiff)
  12352.  
  12353.     * term/x-win.el: Open the X connection when this file is loaded;
  12354.     don't wait for pop-up-window.
  12355.  
  12356. Tue Aug 22 16:08:31 1989  Joseph Arceneaux  (jla@spiff)
  12357.  
  12358.     * term/x-win.el: Changed the documentation of `x-switches'.
  12359.  
  12360. Mon Aug 21 17:21:16 1989  Joseph Arceneaux  (jla@spiff)
  12361.  
  12362.     * term/x-win.el: Rewrote the code for handling command line args,
  12363.     including x-handle-switch.
  12364.  
  12365. Sat Aug 19 16:44:57 1989  Joseph Arceneaux  (jla@spiff)
  12366.  
  12367.     * term/x-win.el: Changed iconic type option string from "-i" to
  12368.     "-ib".  Also normalized the options to the X toolkit standard.
  12369.  
  12370. Tue Aug 15 13:32:23 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12371.  
  12372.     * files.el (basic-save-buffer): For precious file, don't delete
  12373.     renamed old version if rename failed.
  12374.  
  12375.     * files.el (backup-buffer): Don't delete old backup,
  12376.     since rename-file should do it.
  12377.  
  12378.     * c-mode.el (electric-c-terminator): Recognize labels with _ or $.
  12379.  
  12380. Tue Aug 15 10:52:19 1989  Joseph Arceneaux  (jla@spiff)
  12381.  
  12382.     * replace.el (occur): Optionally search whole buffer, controlled
  12383.     by new variable occur-whole-buffer.
  12384.  
  12385. Tue Aug 15 09:21:56 1989  Roland McGrath  (roland@apple-gunkies.ai.mit.edu)
  12386.  
  12387.     * add-log.el (prompt-for-change-log-name): New macro to prompt for
  12388.     a change log file name.
  12389.     (add-change-log-entry): Use it.
  12390.     (add-change-log-entry-other-window): Take an arg, the file name of
  12391.     the change log.  If interactive: if given a prefix arg, prompt for
  12392.     the file name; if use default-directory.
  12393.  
  12394. Mon Aug 14 22:04:04 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12395.  
  12396.     * man.el (nuke-nroff-bs): Assume footers are what precede headers.
  12397.     Delete fixed number of lines around each header, so that significant
  12398.     blank lines next to these are preserved.
  12399.  
  12400. Sun Aug 13 17:39:40 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12401.  
  12402.     * c-mode.el (indent-c-exp): Remove indentation from blank lines.
  12403.     When trying to move up to init contain-stack, don't go past
  12404.     start of function.  If no containing open is found thus,
  12405.     set opoint to prev. function-start, so calculate-c-indent wins.    
  12406.  
  12407. Sat Aug 12 13:24:13 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12408.  
  12409.     * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer
  12410.     to make scroll commands do the right thing.  Make it local.
  12411.  
  12412. Fri Aug 11 14:27:43 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12413.  
  12414.     * telnet.el (telnet-filter): Don't move point if was not@end.
  12415.     Eliminate ^M entirely.
  12416.  
  12417.     * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /.
  12418.  
  12419. Sun Aug  6 17:14:17 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12420.  
  12421.     * sendmail.el (mail-text): New command, on C-c C-t.
  12422.  
  12423. Sat Aug  5 16:19:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12424.  
  12425.     * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing.
  12426.  
  12427. Fri Aug  4 23:56:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12428.  
  12429.     * hideif.el (hif-factor): Typo in error message.
  12430.  
  12431. Thu Aug  3 23:43:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12432.  
  12433.     * sort.el, loaddefs.el: Doc fixed.
  12434.  
  12435. Wed Aug  2 19:22:06 1989  Richard Stallman  (rms@mole)
  12436.  
  12437.     * cl.el (floor): Fix bug in last cond clause, (floor -10 2).
  12438.  
  12439.     * backquote.el (`): Upgrade doc string.
  12440.  
  12441. Mon Jul 31 01:55:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12442.  
  12443.     * rmail.el (rmail): If existing buffer is empty, treat it as new.
  12444.  
  12445.     * abbrev.el (expand-region-abbrevs): Mention abbrev when querying.
  12446.     Test for abbrev definition without modifying buffer.
  12447.     No need to compare start with end, since (interactive "r") does it.
  12448.     Arrange for prefix arg as NOQUERY arg.
  12449.     (add-abbrev): Prompt differently if undefining an abbrev.
  12450.     (write-abbrev-file): Better default file name.
  12451.     (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional.
  12452.  
  12453. Tue Jul 25 19:47:39 1989  Joseph Arceneaux  (jla@spiff)
  12454.  
  12455.     * files.el (write-file): If no file is associated with the current
  12456.     buffer, prompt with the buffer name.
  12457.  
  12458. Thu Jul 20 02:26:35 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12459.  
  12460.     * info.el (Info-follow-reference): Handle newline and indentation
  12461.     immediately after *note.
  12462.  
  12463. Wed Jul 19 11:35:55 1989  Joseph Arceneaux  (jla@spiff)
  12464.  
  12465.     * keypad.el: Removed unused symbols, changed commentary.
  12466.     * term/x-win.el: Added mapping from emacs key symbols to strings
  12467.     used by X.
  12468.     (x-keypad-setup): Provide use of the function and keypad keys,
  12469.     using the standard keyboard files of /term/*
  12470.     * term/news.el: New file for the Sony keyboard.  This now works
  12471.     with both keypad.el and x-win.el.  The other terminal files are
  12472.     obsolete.
  12473.  
  12474. Fri Jul 14 11:23:15 1989  Joseph Arceneaux  (jla@spiff)
  12475.  
  12476.     * gdb.el (gdb): Use "interactive f" instead of "F".
  12477.  
  12478. Thu Jul 13 10:20:27 1989  Joseph Arceneaux  (jla@spiff)
  12479.  
  12480.     * outline.el (outline-flag-region): Don't pass optional last arg
  12481.     `t' to subst-char-in-region.
  12482.  
  12483. Wed Jul 12 12:08:07 1989  Joseph Arceneaux  (jla@spiff)
  12484.  
  12485.     * lisp.el (insert-parentheses) Changed conditions for pre- and
  12486.     post- insertion of blanks.
  12487.  
  12488.     * bytecomp.el (byte-compile-file): If current buffer is in
  12489.     emacs-lisp mode, prompt with buffer's file name as default.
  12490.  
  12491. Fri Jul  7 08:16:03 1989  Joseph Arceneaux  (jla@spiff)
  12492.  
  12493.     * files.el (basic-save-buffer) When querying for a final newline,
  12494.     use y-or-n-p instead of yes-or-no-p.
  12495.  
  12496. Thu Jul  6 10:59:21 1989  Joseph Arceneaux  (jla@galapas.ai.mit.edu)
  12497.  
  12498.     * files.el: (find-alternate-file): Use new function
  12499.     new-read-file-name.  This name is temporary.  Also don't
  12500.     substitute `~' for homedir; new-read-file-name does this.
  12501.  
  12502. Tue Jul  4 20:23:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12503.  
  12504.     * mailalias.el (build-mail-aliases): Accept `group' as synonym.
  12505.  
  12506.     * nroff-mode.el (electric-nroff-mode): Arg now optional.
  12507.  
  12508.     * man.el (insert-man-file): Handle HP's directories with .Z in
  12509.     their names.
  12510.  
  12511. Tue Jun 27 16:10:03 1989  Joseph Arceneaux  (jla@mole.ai.mit.edu)
  12512.  
  12513.     * term/x-win.el (x-new-window) New function.
  12514.  
  12515. Sun Jun 25 12:45:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12516.  
  12517.     * ledit.el (ledit-zap-file, etc.): Use user-login-name.
  12518.     * medit.el (medit-zap-file): Likewise.
  12519.  
  12520.     * subr.el (user-original-login-name): New function.
  12521.     * rmail.el (rmail, rmail-insert-inbox-text): Use that.
  12522.     * mail-utils.el (rmail-dont-reply-to): Use that.
  12523.  
  12524. Sat Jun 24 23:24:41 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12525.  
  12526.     * compile.el: Doc fix.
  12527.  
  12528. Fri Jun 23 17:00:12 1989  Joseph Arceneaux  (jla@all-bran.ai.mit.edu)
  12529.  
  12530.     * term/x-win.el (x-pop-up-window) Run hook x-pop-up-window-hook.
  12531.     (x-color-screen-p) New macro;  used to be C function.
  12532.  
  12533. Thu Jun 22 12:57:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12534.  
  12535.     * time.el (add-clock-handler): Call specified function each minute.
  12536.     * loaddefs.el: Autoload it.
  12537.  
  12538.     * subr.el: Doc fix.
  12539.  
  12540. Thu Jun 22 11:11:06 1989  Joseph Arceneaux  (jla@gracilis.ai.mit.edu)
  12541.  
  12542.     * rmail.el: Fixed missing declares of rmail-inbox-list and
  12543.     rmail-keywords.
  12544.     * sendmail.el: Fixed missing declares of mail-reply-buffer and
  12545.     mail-send-actions.
  12546.  
  12547. Wed Jun 21 12:17:27 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12548.  
  12549.     * sendmail.el (mail-recover): New command.
  12550.  
  12551. Tue Jun 20 13:58:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12552.  
  12553.     * sendmail.el (mail-signature): Delete excess blank lines;
  12554.     put one blank line and one line of `--' before signature.
  12555.  
  12556.     * sort.el (sort-subr): Make sure markers@end of text
  12557.     stay at the end.
  12558.     (calls to sort-subr): Put save-excursion around save-restriction.
  12559.     Now all these commands preserve region around sorted text.
  12560.  
  12561. Mon Jun 19 19:59:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12562.  
  12563.     * rnewspost.el (news-reply-yank-original): Break out insertion
  12564.     of header line into a hook, news-reply-header-hook.
  12565.     Recommended by Barry Warsaw.
  12566.  
  12567. Mon Jun 19 18:31:40 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12568.  
  12569.     * files.el (find-alternate-file): Check that file <buffer name> is
  12570.     non nil.
  12571.  
  12572. Sun Jun 18 12:19:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12573.  
  12574.     * sendmail.el (mail-mode): Make mail-signature-inserted local.
  12575.     (mail-setup): Set it to nil.
  12576.     (mail-signature): Set it to t.
  12577.     (mail-mode-map): Don't put that on a key.
  12578.     (mail-send): Call mail-signature if .signature exists and not
  12579.     already done.
  12580.  
  12581.     * texinfmt.el (texinfo-format-node):
  12582.     Add properly to texinfo-node-names.
  12583.  
  12584. Fri Jun 16 15:57:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12585.  
  12586.     * texinfmt.el: Doc fix.
  12587.  
  12588. Thu Jun 15 17:12:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12589.  
  12590.     * c-mode.el (electric-c-terminator, c-indent-line):
  12591.     (calculate-c-indent, indent-c-exp): Recognize `case' more generally.
  12592.  
  12593.     * c-mode.el (c-indent-command): With arg, find a sexp split over lines.
  12594.  
  12595.     * c-mode.el (indent-c-exp): Typo in local name innerloop-done.
  12596.     Declare last-depth.
  12597.     Use OPOINT by default as arg to calculate-c-indent.
  12598.     * lisp-mode.el (indent-sexp): Likewise.
  12599.  
  12600.     * dired.el (dired-readin): Detect non-existent directories.
  12601.  
  12602. Thu Jun  8 16:31:41 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12603.  
  12604.     * term/x-win.el
  12605.     (new-screen): Added this function, which is the default
  12606.     auto-screen function.  It uses new variables new-screen-x-delta
  12607.     and new-screen-y-delta.
  12608.     (next-multiscreen-window, previous-multiscreen-window):
  12609.     These new functions step through all windows, jumping screens when
  12610.     they need to.x
  12611.  
  12612. Thu Jun  8 12:08:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12613.  
  12614.     * spell.el (spell-region): Downcase misspelled word.
  12615.  
  12616. Tue Jun  6 19:58:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12617.  
  12618.     * chistory.el (list-command-history): Go to history buffer
  12619.     before examining its text.
  12620.  
  12621.     * subr.el (suppress-keymap): Store using define-key
  12622.     so that sparse keymaps work.
  12623.  
  12624. Sun Jun  4 14:17:27 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12625.  
  12626.     * time.el (display-time-filter): Preserve the match data.
  12627.  
  12628. Fri Jun  2 16:04:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12629.  
  12630.     * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt.
  12631.     (rmail-nuke-pinhead-header): Likewise.
  12632.  
  12633.     * cmacexp.el (c-macro-expand): Terminate string or comment after
  12634.     last macro in the file.
  12635.  
  12636.     * bib-mode.el: New file.
  12637.  
  12638.     * sendmail.el (mail-mode-syntax-table): Seperate syntax table
  12639.     for mail mode.  Makes % a separator.
  12640.  
  12641. Wed May 31 18:05:20 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12642.  
  12643.     * cmacexp.el (c-macro-expand): Handle \-continuation of macros.
  12644.  
  12645.     * fill.el (fill-region-as-paragraph): Don't leave space@end of line.
  12646.  
  12647. Tue May 30 14:33:09 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12648.  
  12649.     * replace.el (perform-replace): Fix typo.
  12650.  
  12651.     * shell.el (make-shell): Don't call shell-mode if already in that mode.
  12652.  
  12653.     * compile.el (next-error): Widen if necessary.
  12654.  
  12655. Sat May 27 00:24:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12656.  
  12657.     * hexl.el: New file.
  12658.  
  12659. Thu May 25 15:22:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12660.  
  12661.     * c-mode.el (c-indent-region): Make marker before indenting first line.
  12662.     (indent-c-exp): Find preceding open paren or open brace to initialize
  12663.     contain-stack, if have endpos.
  12664.     Don't treat next-depth = 0 as special if have endpos.
  12665.     Don't use next-depth as exit criterion if have endpos.
  12666.  
  12667. Wed May 24 00:27:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12668.  
  12669.     * simple.el (do-auto-fill): Keep splitting until short line or give up.
  12670.  
  12671. Tue May 23 16:13:10 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12672.  
  12673.     * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
  12674.     rmail-summary-mode-map.
  12675.  
  12676. Mon May 22 13:44:00 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12677.  
  12678.     * dired.el (dired-chown): Put file name in a variable.
  12679.  
  12680. Sun May 21 00:55:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12681.  
  12682.     * compile.el (compile-command): Add SPC@end of value.
  12683.  
  12684.     * simple.el (shell-command): If COMMAND ends in &, do it asynch.
  12685.  
  12686.     * apropos.el (apropos-match-keys): Ignore atoms in an alist.
  12687.     Ignore menu prompts in key bindings.
  12688.  
  12689.     * cl.el (defsetf): Put quotes into expansion where needed.
  12690.  
  12691.     * apropos.el (apropos): Call apropos-internal to get list of syms.
  12692.  
  12693.     * cl.el (isqrt): More accurate termination condition.
  12694.     Fewer special cases needed.
  12695.  
  12696.     * sendmail.el (mail-send): Ignore errors in mail-send-actions.
  12697.  
  12698. Sat May 20 15:43:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12699.  
  12700.     * simple.el (insert-buffer): Default to (other-buffer).
  12701.  
  12702. Thu May 18 16:33:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12703.  
  12704.     * isearch.el (isearch): Bug in previous change: was assuming regexp.
  12705.  
  12706. Wed May 17 17:19:43 1989  Kyle Jones  (kjones@talos.uucp)
  12707.  
  12708.     * saveconf.el: Changed copying permissions and warranty
  12709.     disclaimer to those of the GNU General Public License
  12710.  
  12711.     * saveconf.el: Added usage instructions at the top of file.
  12712.  
  12713.     * saveconf.el (recover-context): Returns t if recover succeeds.
  12714.  
  12715. Wed May 17 13:21:49 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12716.  
  12717.     * rmail.el (rmail-nuke-pinhead-header): Accept space before
  12718.     numeric time zone in From line.
  12719.  
  12720.     * sendmail.el (mail): Use multiple mail buffers.  Reuse an
  12721.     unmodified one or make a new one.  With arg, find a modified one.
  12722.     If have auto-save file, suggest M-x recover.
  12723.  
  12724.     * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to
  12725.     rmail-count-new-messages, for changes therein.
  12726.  
  12727. Tue May 16 11:56:19 1989  Chris Hanson  (cph@kleph)
  12728.  
  12729.     * scheme.el: change syntax table entries to use new "p" bit.
  12730.  
  12731. Mon May 15 10:32:29 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12732.  
  12733.     * tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*"
  12734.  
  12735. Sun May 14 20:12:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12736.  
  12737.     * files.el (set-visited-file-name): Don't rename autosave file.
  12738.     This avoids losing it when you do C-x C-w.
  12739.  
  12740. Sat May 13 14:12:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12741.  
  12742.     * chistory.el (command-history-map): Share with shared-lisp-mode-map.
  12743.  
  12744. Fri May 12 18:12:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12745.  
  12746.     * debug.el (debug): Use search to find extraneous part of backtrace.
  12747.     Works even interpreted.
  12748.     (debug-convert-byte-code): New function:
  12749.     convert byte-code object to a lambda-exp.
  12750.     (debug-on-entry, debugger-reenable): Call that function.
  12751.  
  12752.     * rmail.el (rmail-set-message-counters-counter): Change in search
  12753.     caused pointers to wrong place in message.
  12754.  
  12755.     * c-mode.el (c-indent-region): Pass marker to indent-c-exp.
  12756.     * lisp-mode.el (lisp-indent-region): Likewise.
  12757.  
  12758. Fri May 12 10:40:04 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12759.  
  12760.     * term/x-win.el (x-set-display-name):  Now works;  correctly gets
  12761.     display name and removes those options from `command-line-args-left'.
  12762.     Renamed some of the options to be consistent with standard X
  12763.     applications.
  12764.     Added "-iconic" option for iconic startup;  created variable
  12765.     `x-iconic-startup' and function `x-set-iconic-startup'
  12766.     (x-pop-up-window):  initialize x-display-name first, then call
  12767.     x-open-connection.
  12768.  
  12769. Thu May 11 00:27:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12770.  
  12771.     * loaddefs.el (completion-ignored-extensions): Add .sbin.    
  12772.  
  12773.     * c-mode.el (c-fill-paragraph): Recognize first line of comment.
  12774.     Move to second line to get fill prefix.
  12775.     On one-line comment, pick reasonable prefix.
  12776.     Don't strand comment ender on separate line.
  12777.  
  12778. Wed May 10 19:02:26 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12779.  
  12780.     * term/x-win.el (x-handle-numeric-switch)  Just like
  12781.     x-handle-switch, but converts argument to int (e.g., "-b 4").
  12782.  
  12783. Wed May 10 16:33:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12784.  
  12785.     * man.el (manual-entry): Make buffer read only.
  12786.  
  12787. Mon May  8 18:28:59 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12788.  
  12789.     * startup.el (command-line-1): Split paragraph in startup message.
  12790.  
  12791.     * simple.el (append-next-kill): Print a message.
  12792.  
  12793.     * startup.el (command-line-1): Except for first file, find in
  12794.     other window.
  12795.  
  12796.     * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse.
  12797.     Allow longer match@point in non-regexp reverse search as in regexp.
  12798.  
  12799.     * startup.el (command-line): Give details on error in init file.
  12800.  
  12801.     * fill.el (fill-region-as-paragraph): Insert NL before delete space.
  12802.  
  12803. Mon May  8 18:26:01 1989  Joseph Arceneaux  (jla@rice-chex.ai.mit.edu)
  12804.  
  12805.     * x-mouse.el (x-cut-text):  sit-for 1 when warping mouse to mark.
  12806.     Also removed code dupicated by mouse.el
  12807.     (x-trace-mouse):  debugging function which prints out mouse events
  12808.     as they arrive.
  12809.     (x-paste-text):  Don't set point before inserting cut text;  too
  12810.     confusing and incompatible with xterm.
  12811.  
  12812.     * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line,
  12813.     narrow-window-to-region, mouse-window-to-region): Added these
  12814.     new functions.
  12815.  
  12816. Mon May  8 18:10:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12817.  
  12818.     * info.el (Info-find-node): Fix confusion testing file existence.
  12819.  
  12820.     * files.el (basic-save-buffer): Mention file name in "save anyway".
  12821.  
  12822. Mon May  8 16:18:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12823.  
  12824.     * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s<
  12825.     to recognize comment-start characters.
  12826.     (indent-sexp): likewise.
  12827.     * lisp.el (end-of-defun): likewise.
  12828.  
  12829. Sun May  7 15:12:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12830.  
  12831.     * underline.el (ununderline-region): Handle pre- or -post underline.
  12832.  
  12833.     * rmail.el (rmail-search): Fix failure message.
  12834.  
  12835.     * paths.el (Info-directory-list): Replaces Info-directory.
  12836.     * info.el (Info-find-node): Search that directory list.
  12837.  
  12838.     * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0.
  12839.  
  12840.     * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail):
  12841.     Require newline before ^_ when searching.  More reliable.
  12842.     (rmail-count-new-messages, rmail-set-message-counters): Likewise.
  12843.     (rmail-set-message-counters-counter): Likewise.
  12844.     * rmailout.el (rmail-output-to-rmail-file): Likewise.
  12845.  
  12846.     * info.el (info-follow-reference): Provide default: ref point is in.
  12847.  
  12848.     * page.el (what-page): Reckon from beginning of line.
  12849.  
  12850.     * blackbox.el: Doc fix.
  12851.     (bb-done): Improve messages.
  12852.  
  12853.     * replace.el (perform-replace): Keep stack of previous pos for ^.
  12854.  
  12855.     * info.el: Doc fix.
  12856.  
  12857.     * simple.el: Doc fix.
  12858.  
  12859. Fri May  5 14:55:55 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12860.  
  12861.     * view.el (view-mode): Save and set major-mode like mode-name.
  12862.     (view-exit): Restore it.
  12863.     (view-helpful-message): Update for new exit command.
  12864.  
  12865.     * tags.el (tags-loop-continue): Just set-buffer if not permanent.
  12866.  
  12867.     * tags.el (visit-tags-table-buffer): Clean up if file invalid.
  12868.  
  12869.     * apropos.el: New file.  Apropos now defined here.
  12870.     * loaddefs.el: Autoload it.
  12871.  
  12872.     * help.el: Doc fix.
  12873.  
  12874.     * sort.el: Doc fix.
  12875.  
  12876.     * bytecomp.el (byte-compile-lambda): Return a byte-code object.
  12877.     (byte-compile-file-form): Return an fset form which constructs
  12878.     such a byte-code object and installs it.
  12879.     (byte-compile-defun, byte-compile-macro): Likewise.
  12880.     (byte-compile-function-form): Translate to a make-byte-code form.
  12881.     (byte-compile-file): Find and fix doc strings in fset forms.
  12882.  
  12883.     * loaddefs.el (completion-ignored-extensions): Add .fmt.
  12884.  
  12885. Thu May  4 02:02:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12886.  
  12887.     * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7].
  12888.     * dissociate.el: Likewise.
  12889.     * fill.el (justify-current-line): Likewise.
  12890.     * flame.el (define-element, psychoanalize-flamer): Likewise.
  12891.     * yow.el (yow): Likewise.
  12892.     * doctor.el: Use (random N), not (random-range N).
  12893.     (random-range): Function deleted.
  12894.  
  12895.     * simple.el (auto-fill-mode): Arg now optional.
  12896.  
  12897. Mon May  1 14:25:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12898.  
  12899.     * cl.el (cl-member): New name for Common Lisp `member'.
  12900.  
  12901. Sun Apr 30 17:07:16 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12902.  
  12903.     * cmacexp.el (c-macro-expand): Use a second temp file for the region.
  12904.  
  12905.     * tags.el (tags-loop-continue): Widen the buffers.
  12906.  
  12907. Sat Apr 29 14:31:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12908.  
  12909.     * cl.el (defsetf): Take effect@run time, not expansion time.
  12910.  
  12911.     * bytecomp.el (byte-compile-file-form): Expand top level macros.
  12912.     Look inside of progn.
  12913.  
  12914. Thu Apr 27 15:36:12 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12915.  
  12916.     * replace.el (map-query-replace-regexp): New function.
  12917.  
  12918.     * replace.el (perform-replace): Allow list of strings to replace
  12919.     with; they are used in rotation.  Optional arg repeat-count is
  12920.     number of times to use each string before rotating.
  12921.  
  12922. Wed Apr 26 22:35:31 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12923.  
  12924.     * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix.
  12925.  
  12926. Tue Apr 25 20:30:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12927.  
  12928.     * rmail.el (rmail-output-to-rmail-file): If output buffer is not in
  12929.     rmail mode, insert@end of it.
  12930.  
  12931.     * rmail.el (rmail-set-attribute): search-forward's value is no longer
  12932.     t or nil; now may be a number.
  12933.  
  12934. Mon Apr 24 14:31:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12935.  
  12936.     * rmail.el (rmail): Put existing buffer into rmail-mode if necessary.
  12937.  
  12938. Thu Apr 20 00:30:42 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12939.  
  12940.     * x-mouse.el: Delete mouse-event-hook; now in keyboard.c.
  12941.  
  12942.     * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd.
  12943.     (x-set-*): New commands.
  12944.  
  12945.     * startup.el (command-line-1, normal-top-level): Call hooks with
  12946.     run-hooks.
  12947.     * sun-mouse.el: likewise.
  12948.  
  12949.     * mim-mode.el: rename indent-mim-hook to indent-mim-function.
  12950.     * scheme.el: likewise scheme-indent-hook.
  12951.  
  12952.     * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el:
  12953.     *lisp-indent-hook renamed to *lisp-indent-function.
  12954.  
  12955.     * kermit.el (shell-send-input-cr): use run-hooks.
  12956.     * shell.el (shell-send-input): run-hooks wants quoted arg.
  12957.  
  12958.     * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el:
  12959.     blink-paren-hook and auto-fill-hook renamed to -function.
  12960.  
  12961.     * files.el (diff-switches-function): diff-switches-hook renamed.
  12962.  
  12963.     * compile.el (compile-reinitialize-errors): use run-hooks.
  12964.  
  12965.     * rmail.el (rmail-convert-to-babyl-format): error if unrecognized text.
  12966.  
  12967. Wed Apr 19 23:41:39 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12968.  
  12969.     * replace.el (occur-mode-goto-occurrence): Insure arg to
  12970.     count-lines is@start of line.
  12971.  
  12972.     * replace.el (occur): Removed an extraneous save-excursion.
  12973.  
  12974.     * replace.el (perform-replace): make ! undo as a unit.
  12975.  
  12976. Mon Apr 17 23:38:31 1989  Chris Smith  (csmith@mozart)
  12977.  
  12978.     * icon-mode.el (icon-comment-indent): When auto-fill breaks a
  12979.     line in a bol comment, start the continued line in column 1
  12980.     not column 2.
  12981.  
  12982.     * icon-mode.el (icon-backward-to-noncomment): use parse-partial-sexp
  12983.     so as not to be fooled by # in strings.
  12984.  
  12985.     * icon-mode.el (icon-is-continuation-line): distinguish between
  12986.     tokens that end a statement but cause the following statement to
  12987.     be indented and tokens that cause the following line to be a
  12988.     continuation of the same statement.
  12989.  
  12990. Wed Apr 12 10:45:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12991.  
  12992.     * rmail.el (rmail-message-labels-p): put save-excursion outside.
  12993.  
  12994.     * picture.el (picture-tab): Dumb errors in prefix-arg case.
  12995.  
  12996.     * tags.el (tags-loop-continue): No message if slow terminal.
  12997.  
  12998.     * c-mode.el (c-fill-paragraph): Don't fill a comment together with
  12999.     anything following it.
  13000.  
  13001. Tue Apr 11 01:04:53 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13002.  
  13003.     * lpr.el (print-region-1): For tab-conversion case, insert specd range.
  13004.  
  13005. Fri Apr  7 00:01:53 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13006.  
  13007.     * compile.el (compilation-mode): Doc fix.
  13008.  
  13009.     * loaddefs.el: Autoload ftp-list-directory.
  13010.  
  13011. Thu Apr  6 22:00:26 1989  Edward M. Reingold (reingold@cs.uiuc.edu)
  13012.  
  13013.         * Hook added to list-diary-entries, along with a possible
  13014.           value for that hook which prepares a fancy diary buffer
  13015.           for display.
  13016.  
  13017.         * Holidays integrated into the diary: in the ordinary diary
  13018.           buffer the holidays are given in the mode line.  In the
  13019.           fancy diary buffer the holidays are given in the heading
  13020.           for each date.
  13021.  
  13022.         * Added a new command to tell the holidays on a specific date,
  13023.           parallel to the way diary entries are given for a specific
  13024.           date.  This new command became `h' and the old `h' became
  13025.           `a' to show all the holidays in a three-month period.
  13026.  
  13027. Thu Apr  6 12:27:21 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13028.  
  13029.     * dired.el (dired-flag-backup-files, dired-flag-auto-save-files):
  13030.     With prefix arg, unflag the appropriate class of files.
  13031.  
  13032.     * info.el (Info-tag-table-marker): `read' now stops@end of line,
  13033.     so advance to next line.
  13034.  
  13035.     * info.el (Info-follow-nearest-node):@last line of text,
  13036.     move to next node.
  13037.  
  13038.     * rmail.el (rmail-message-labels-p): Widen.
  13039.  
  13040.     * term/iris-ansi.el: New file.
  13041.     * r2bibtex.el: New file.
  13042.  
  13043.     * files.el (rename-uniquely): New command.
  13044.  
  13045.     * bytecomp.el (byte-recompile-directory): Update mode lines
  13046.     after save-some-buffers.
  13047.  
  13048.     * buff-menu.el (Buffer-menu-visit-tags-table): New fn.
  13049.     (Buffer-menu-mode-map): `t' runs that.
  13050.  
  13051.     * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd.
  13052.  
  13053.     * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
  13054.     Accept spaces@end of Unix-style From line.
  13055.  
  13056.     * view.el (view-mode): Don't use a recursive edit; instead,
  13057.     save old mode info in local variables.
  13058.     Now two args: buffer to go back to, and fn to apply to viewed
  13059.     buffer when exiting.
  13060.     (view-exit): Restore old mode from those local variables.
  13061.     Apply specified fn to buffer that was viewed.
  13062.     This is on C-c and q.
  13063.     (view-command-loop): Deleted.
  13064.     (view-window-size): Now applies to selected window.
  13065.  
  13066.     * startup.el (normal-top-level): Use PWD envvar to set default dir.
  13067.  
  13068.     * rmail.el (rmail-convert-to-babyl-format):
  13069.     Bind case-fold-search to t for mmdf case.
  13070.  
  13071. Mon Apr  3 23:33:04 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13072.  
  13073.     * modula2.el: Turn m2-newline back on.
  13074.     (various templates): Put relevant variable name in final comment.
  13075.  
  13076. Sun Apr  2 00:24:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13077.  
  13078.     * paths.el (rmail-spool-directory): Treat silicon-graphics-unix
  13079.     like usg.
  13080.  
  13081. Thu Mar 30 16:00:29 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13082.  
  13083.     * files.el: doc fix.
  13084.  
  13085.     * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified
  13086.     if has just the autoinsert file.
  13087.  
  13088.     * sendmail.el: doc fix.
  13089.  
  13090. Wed Mar 29 09:58:39 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13091.  
  13092.     * rmail.el (rmail-insert-inbox-text): Don't insert newline if
  13093.     inserted an empty file.
  13094.  
  13095.     * startup.el: doc fix.
  13096.  
  13097. Wed Mar 29 09:54:28 1989  Edward M. Reingold  (reingold@cs.uiuc.edu)
  13098.  
  13099.     * calendar.el:  Change shift-three-month functions so the name
  13100.             includes the word ``calendar''.
  13101.  
  13102.     * calendar.el (list-diary-entries): Delete extraneous command
  13103.             to indicate buffer is not modified.
  13104.  
  13105. Wed Mar 15 23:20:25 1989  Jeff Peck  (rms@mole.ai.mit.edu)
  13106.  
  13107.     * term/sun.el (sunview-terminal): New default keybindings
  13108.     Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init.
  13109.  
  13110. Fri Feb 24 15:39:17 1989  Richard Mlynarik  (mly@rice-chex.ai.mit.edu)
  13111.  
  13112.         * terminal.el (terminal-emulator):  Move help message after call-hooks
  13113.         so that correct escape character is mentioned.
  13114.  
  13115. Thu Feb 23 17:35:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13116.  
  13117.         * Version 18.53 released(?)
  13118.  
  13119.     * telnet.el: New vars telnet-initial-count and telnet-maximum-count.
  13120.     These replace constants in the code.
  13121.     (telnet, telnet-initial-filter): Use those vars.
  13122.     (telnet-filter): Use subst-char-in-region to change CR to Space.
  13123.     Advance point if insert@end of bfr.
  13124.  
  13125. Tue Feb 21 08:06:07 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13126.  
  13127.     * flame.el: Fix spelling errors.
  13128.  
  13129.     * compile.el (compile-reinitialize-errors): New subroutine
  13130.     broken out from next-error.
  13131.     (compile-goto-error): New command, uses that and next-error.
  13132.     (compilation-mode): New command; sets major mode.
  13133.     (compile-internal): Use that function.
  13134.     (compilation-mode-map): New variable; define C-c C-c.
  13135.  
  13136. Mon Feb 20 09:18:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13137.  
  13138.     * lisp-mode.el (indent-sexp): Optional arg says where to stop
  13139.     indenting; if spec', don't stop@end of first sexp.
  13140.     (lisp-indent-region): New fn: use that to do Lisp-style indent-region.
  13141.     (lisp-mode-variables): Set up indent-region-function as that.
  13142.  
  13143.     * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes.
  13144.  
  13145. Sun Feb 19 06:46:52 1989  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
  13146.  
  13147.     * files.el (set-visited-file-name): Always rename the buffer;
  13148.     make name unique with <NNN> as find-file does.
  13149.  
  13150.     * compile.el (next-error): Prefix arg now says how many errors to move.
  13151.     When parsing more errors incrementally, append to previous list.
  13152.     (compile): Handle new option `compile-window-height'.
  13153.  
  13154. Sat Feb 18 06:16:21 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13155.  
  13156.     * dbx.el (dbx-mode-map): Change C-c w to C-c C-w.
  13157.  
  13158.     * misc.el: New file.
  13159.  
  13160. Fri Feb 17 02:17:19 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13161.  
  13162.     * rmailout.el (rmail-output*): Handle prefix arg and output
  13163.     consecutive nondeleted messages.
  13164.  
  13165.     * rmail.el (rmail-next-undeleted-message): Error if hit eob.
  13166.  
  13167.     * dbx.el (run-dbx): Do expand-file-name.
  13168.  
  13169.     * paths.el (manual-formatted-dirlist): More alternatives in sysV case.
  13170.  
  13171. Wed Feb 15 03:55:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13172.  
  13173.     * dbx.el (run-dbx): Set dbx-process.
  13174.     (dbx-stop-at): Use that to decide where to send the string.
  13175.  
  13176. Mon Feb 13 09:33:58 1989  Marc Shapiro  (shapiro@sor.inria.fr)
  13177.  
  13178.         * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text,
  13179.     bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next,
  13180.     bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field,
  13181.     bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entry
  13182.     bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry,
  13183.     bibtex-remove-OPT): New functions.
  13184.     (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted
  13185.     (kill-current-line): Deleted.
  13186.     (bibtex-mode-map): C-c keys to make entries moved to C-c C-e.
  13187.     (general): Use regexps instead of simple-minded cursor motion.
  13188.     New keys include C-c C-p, C-c C-n, C-c C-k, C-c C-d, C-c C-c, TAB, LF.
  13189.  
  13190. Mon Feb 13 02:53:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13191.  
  13192.     * subr.el (suppress-keymap): Undefine chars iff self-inserting,
  13193.     not based on numeric range.
  13194.  
  13195.     * rmail.el (rmail-reply): Don't call rmail-retry-failure.
  13196.     (rmail-mode-map): Put that cmd on C-M-m.
  13197.  
  13198. Sat Feb 11 04:14:24 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13199.  
  13200.     * debug.el (debug-on-entry): Special err msg for functions we
  13201.     can't handle.
  13202.  
  13203. Fri Feb 10 05:11:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13204.  
  13205.     * files.el (list-directory-brief-switches): Value was garbled
  13206.     when VMS changes were installed.
  13207.  
  13208. Thu Feb  9 02:38:10 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13209.  
  13210.     * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el.
  13211.  
  13212. Wed Feb  8 01:41:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13213.  
  13214.     * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap.
  13215.     * files.el: not here.
  13216.  
  13217.     * lisp-mode.el (lisp-interaction-mode):
  13218.     Use emacs-lisp-mode-syntax-table
  13219.  
  13220. Tue Feb  7 16:05:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13221.  
  13222.     * c-style.el (set-c-style): Delete extra closeparen@end.
  13223.  
  13224.     * tex-mode.el: Doc fixes.
  13225.  
  13226. Sun Feb  5 00:16:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13227.  
  13228.     * uncompress.el (uncompress-backup-file): Uncompress original file
  13229.     when it's time to make it unto a backup.
  13230.  
  13231. Sat Feb  4 00:42:58 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13232.  
  13233.     * files.el: Make certain variables permenant if they are local.
  13234.     * ftp.el: Likewise.
  13235.  
  13236.     * dired.el (dired-rename-file): If file is visited, offer
  13237.     to change visited file name.
  13238.  
  13239.     * tags.el (find-tag, find-tag-other-window, find-tag-regexp):
  13240.     Bugs in interactive arg reading.
  13241.  
  13242.     * dired.el (dired-do-deletion): If list is small enough,
  13243.     display in half the screen.
  13244.  
  13245.     * files.el (basic-save-buffer): Check writability and make backup file
  13246.     only after trying the hooks.
  13247.  
  13248.     * ftp.el (ftp-write-file): do save-excursion.
  13249.     (ftp-write-file-hook): Clear modified-flag here.
  13250.     (ftp-setup-write-file-hooks): Clear read-only flag here.
  13251.     (ftp-sentinal): If input, clear modified flag.
  13252.     Don't bind buffer-read-only across (kill-buffer (current-buffer)).
  13253.  
  13254.     * texinfmt.el (texinfo-format-sp): New fn; handle @sp.
  13255.     (texinfo-format-noop): Handle @titlefont with this.
  13256.  
  13257. Fri Feb  3 18:51:42 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13258.  
  13259.     * files.el (revert-buffer): New hook that replaces just the
  13260.     erase-buffer and the insert-file-contents.
  13261.  
  13262. Mon Jan 30 16:47:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13263.  
  13264.     * term/x-win.el (initialization): Go through x-switches list.
  13265.     Don't set window-system-version; C code now does this.
  13266.  
  13267. Sun Jan 29 01:20:57 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13268.  
  13269.     * undigest.el (undigestify-message): Allow submessage to have no
  13270.     `to', just a `from'.
  13271.  
  13272. Sat Jan 28 03:41:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13273.  
  13274.     * rmail.el (rmail-reply): Search from msg-beg for rejection indicator
  13275.  
  13276. Thu Jan 26 13:31:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13277.  
  13278.     * replace.el (occur-mode-goto-occurrence): error msg fix.
  13279.  
  13280.     * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh.
  13281.     (tex-common-initialization): Make local var compare-windows-whitespace.
  13282.     Make %-lines separate paragraphs.
  13283.     (latex-mode): No more need to override paragraphs.
  13284.     (tex-categorize-whitespace): New fn helps compare-windows.
  13285.     (tex-insert-quote): Use \\s when categorizing prev. char.
  13286.  
  13287.     * compare-w.el: provide 'compare-w.
  13288.     (compare-windows): Don't set success for just whitespace.
  13289.     Remember start-point in both buffers, and pass as arg to
  13290.     the whitespace-function.
  13291.     If whitespace regexp, back over all whitespace;
  13292.     but don't back up if@end of buffer.
  13293.     Set point for real after each bunch of matches, in case C-g.
  13294.  
  13295. Wed Jan 25 02:47:35 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13296.  
  13297.     * paragraph.el (forward-paragraph): Check for end-of-buffer
  13298.     in forward-loop within backward-loop.
  13299.  
  13300.     * window.el (split-window-vertically): Set window-start and maybe
  13301.     window-point, to avoid scrolling.
  13302.  
  13303. Tue Jan 24 01:58:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13304.  
  13305.     * window.el (balance-windows): New command.
  13306.  
  13307.     * subr.el (walk-windows): New function.
  13308.  
  13309. Fri Jan 20 13:08:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13310.  
  13311.     * sort.el: doc fix.
  13312.  
  13313.     * server.el (server-buffer-clients): Now a permanent local.
  13314.  
  13315.     * dabbrev.el (dabbrev-expand): case-adapt only if expansion is l.c.
  13316.     (dabbrev-search): downcase the result if found@beg of sentence
  13317.     and only initial is upper case.
  13318.  
  13319. Thu Jan 19 19:33:31 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13320.  
  13321.     * files.el (after-find-file): change calling sequence to sit-for.
  13322.  
  13323.     * bytecomp.el (byte-compile-defun,-defmacro):
  13324.     Compile `defun' and `defmacro' within functions.
  13325.  
  13326. Wed Jan 18 14:32:36 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13327.  
  13328.     * tex-mode.el: Many changes.  TeX changed to tex in all symbols.
  13329.     (tex-open-quote, tex-close-quote): New vars for tex-insert-quote.
  13330.     (tex-insert-quote): Those vars say what to insert.
  13331.     Inserting `"' is done by simply calling self-insert-command.
  13332.     (tex-last-buffer-texed, tex-print-file): New vars.
  13333.     (tex-region): Don't output line before start of header.
  13334.     Set those two variables.
  13335.     (tex-mode-map): C-c C-e and C-c C-f changed.
  13336.     (tex-common-initialization): comment-start-skip changed.
  13337.     (tex-validate-region): Fn renamed, and now leaves point@the error.
  13338.     (tex-terminate-paragraph): must save-excursion.
  13339.     (tex-start-shell):@end, sleep a little if I/O buffer is empty.
  13340.     (tex-file): New fn; save buffers and run TeX on visit file.
  13341.     (tex-print): Print buffer's most recent output, whether from tex-file
  13342.     or tex-region.  Use shell-command to do the printing.
  13343.     (tex-append-dvi): New subroutine.
  13344.  
  13345.     * compare-w.el (compare-windows): Prefix arg means ignore
  13346.     whitespace changes.
  13347.  
  13348.     * bytecomp.el (byte-compile-form, byte-compile-find-vars-1):
  13349.     Handle forms containing explicit lambda-functions.
  13350.  
  13351. Tue Jan 17 16:53:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13352.  
  13353.     * texinfmt.el: Define @s (small caps) like @var.
  13354.  
  13355. Sun Jan 15 14:13:17 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13356.  
  13357.     * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map,
  13358.     inherit from shell-mode-map.
  13359.  
  13360.     * files.el (find-alternate-file): Don't drop a necessary `/'.
  13361.  
  13362. Sat Jan 14 23:03:24 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13363.  
  13364.     * startup.el (normal-top-level): Abbrev default directory
  13365.     as in find-file-noselect.
  13366.  
  13367.     * lisp-mode.el (lisp-mode-variables): set parse-sexp-ignore-comments.
  13368.  
  13369. Fri Jan 13 02:21:02 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13370.  
  13371.     * files.el (find-alternate-file): Don't change prefix to `~'
  13372.     unless a slash follows. 
  13373.  
  13374.     * lisp.el (insert-parentheses): skip leading spaces if arg,
  13375.     maybe insert one if no arg.
  13376.  
  13377.     * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys.
  13378.     (*-mode-map): All inherit from that map.
  13379.  
  13380.     * text-mode.el (indented-text-mode-map): Inherit text-mode-map.
  13381.     * rmailedit.el (rmail-edit-map): Likewise.
  13382.     * outline.el (outline-mode-map): Likewise.
  13383.  
  13384.     * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode.
  13385.     If in a comment, fill with comment delimiters/decoration.
  13386.     (calculate-c-indent-within-comment): New arg after-star
  13387.  
  13388.     * field.el: New file.
  13389.  
  13390. Wed Jan 11 12:58:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13391.  
  13392.     * shell.el (shell-send-input): Use run-hooks on
  13393.     shell-set-directory-error-hook.
  13394.  
  13395.     * subr.el (eval-after-load, eval-next-after-load):
  13396.     New fns to put entries on after-load-alist.
  13397.  
  13398.     * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg.
  13399.  
  13400. Mon Jan  9 12:37:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13401.  
  13402.     * simple.el (zap-to-char): Error if char not found.
  13403.     Killed region now includes the matching char.
  13404.  
  13405. Sat Jan  7 01:01:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13406.  
  13407.     * options.el: doc fix.
  13408.  
  13409.     * mouse.el (mouse-delete-window): Delete window pointed at.
  13410.  
  13411.     * simple.el (backward-delete-char-untabify): In overwrite mode,
  13412.     back over columns clearing them out.
  13413.  
  13414.     * dired.el (dired-get-filename): filename ends before ` ->', not after.
  13415.  
  13416. Fri Jan  6 01:38:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13417.  
  13418.     * rmail.el (rmail-retry-failure): Lv cursor on To: line.
  13419.  
  13420.     * compile.el (compile-internal): Delete typo `<'.
  13421.  
  13422.     * tags.el (file-of-tag): Just search backwards.
  13423.     (tag-table-files): Don't worry about char counts.  Just search.
  13424.  
  13425.     * tags.el (next-file): Change NOWARN to NOVISIT:
  13426.     t =>get the file in a reusable temp buffer.
  13427.     (tags-loop-continue): Use NOVISIT while scanning.
  13428.     Use separate form tags-loop-scan to scan for interesting files.
  13429.     If we find one, visit the file for real if nec.
  13430.     then use tags-loop-operate to make changes.
  13431.     (tags-search, tags-query-replace): Use new interface.
  13432.  
  13433.     * files.el (find-file-noselect): Do directory abbrevs first thing
  13434.     so both dir name and file name show the abbreviations.
  13435.  
  13436.     * tags.el (find-tag): Fix bug in last changes.
  13437.  
  13438.     * debug.el (cancel-debug-on-entry): Use empty string for "cancel all".
  13439.     (debug-on-entry-1): Clean err msg for built-in function.
  13440.  
  13441.     * session.el: New file.  Load ~/.emacs-session.
  13442.     Related code moved here from startup.el.
  13443.     * session.el (save-session): New fn. has meat of kill-emacs-hook.
  13444.     Call expand-file-name to expand `~'.
  13445.     Save the value of point, as well.
  13446.  
  13447.     * subr.el: Set run-hooks variable.
  13448.  
  13449.     * tex-mode.el (LaTeX-mode): %@line start separates paragraphs.
  13450.  
  13451.     * files.el (basic-save-buffer): Don't write over directories
  13452.     if file-precious-flag is set.
  13453.  
  13454. Wed Jan  4 23:45:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13455.  
  13456.     * sendmail.el (sendmail-send-it): Always pass -f option to sendmail.
  13457.  
  13458.     * tags.el (find-tag): In regexp case, consider only matches that
  13459.     don't go past the DEL char.
  13460.  
  13461. Tue Jan  3 13:31:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13462.  
  13463.     * loaddefs.el (auto-mode-alist): Add `.oak'.
  13464.  
  13465. Mon Jan  2 02:49:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13466.  
  13467.     * files.el (diff): New command to compare file with its backup.
  13468.     (file-newest-backup): Return newest backup for given filename.
  13469.  
  13470.     * debug.el (debug-on-entry-1): Handle macros here.
  13471.     ({cancel-,}debug-on-entry): instead of here.
  13472.     But here maintain a list debug-function-list of functions set for
  13473.     debug on entry.  nil or empty arg to cancel-... means cancel all.
  13474.     (debugger-list-functions): New command, on `l'.
  13475.     (debugger-jump): Continue to exit of this frame
  13476.     after turning off all debug-on-entries.
  13477.     (debugger-reenable): Turn back on all debug-on-entries that are
  13478.     supposed to be on.  Called from `debug' and other debugging fns.
  13479.  
  13480.     * startup.el (kill-emacs-hook): If save-session-flag is set,
  13481.     write a file ~/.emacs-session recording file and line number.
  13482.     Put (load "~/.emacs-session" t t) (setq save-session-flag t)
  13483.     in your .emacs to enable session saving.
  13484.  
  13485.     * window.el (window-config-to-register, register-to-window-config):
  13486.     New fns, on C-x 6 and C-x 7.
  13487.  
  13488.     * vmsproc.el (subprocess-command-to-buffer): New function.
  13489.  
  13490.     * dired.el (dired-readin): Handle VMS.
  13491.     (dired-get-filename): handle VMS.  Also move handling
  13492.     of LOCALP and NOERROR arguments to the end.
  13493.  
  13494.     * vms-patch.el (vms-read-directory): New function.
  13495.  
  13496.     * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'.
  13497.  
  13498.     * files.el (list-directory): Support for VMS.
  13499.  
  13500.     * c-style.el: New file.
  13501.  
  13502.     * vt200.el (keyboard-translate-table): Make a table,
  13503.     and use it to interchange ESC and backquote.
  13504.  
  13505. Sun Jan  1 14:21:26 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13506.  
  13507.     * gdb.el (gdb-mode-map): continue now C-c C-p.
  13508.  
  13509.     * tags.el (find-tag-default): If not inside a tag, use previous
  13510.     or next tag found on current line.  Never go outside current line.
  13511.  
  13512.     * sendmail.el (mail-mode-map): Make map inherit from text-mode-map.
  13513.  
  13514. Sat Dec 31 01:07:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13515.  
  13516.     * files.el (find-alternate-file): Abbreviate homedir as `~'.
  13517.  
  13518.     * files.el (find-file-noselect): perform abbreviations on the
  13519.     directory name when setting the default--from directory-abbrev-alist.
  13520.  
  13521. Fri Dec 30 18:40:19 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13522.  
  13523.     * tags.el (next-file): New arg means don't warn of readonly file, etc.
  13524.     (tags-loop-continue): Don't warn and don't do local vars when scanning.
  13525.     If scanning makes a new buffer, kill it and re-find the file "for real"
  13526.     after exiting the scanning loop.
  13527.  
  13528.     * files.el (hack-local-variables): Change `inhibit-local-variables'
  13529.     to `enable-local-variables'.  Now three alternative values:
  13530.     nil (ignore them), t (use them) or otherwise (query).
  13531.  
  13532.     * startup.el (command-line-1): Rearrange startup message.
  13533.  
  13534. Thu Dec 29 14:23:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13535.  
  13536.     * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer.
  13537.  
  13538. Wed Dec 28 15:02:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13539.  
  13540.     * lpr.el (print-region-1): Anything except `berkeley-unix',
  13541.     treat like USG.
  13542.  
  13543.     * picture.el (picture-tab): Use move-to-tab-stop.
  13544.     * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move
  13545.     point; don't change buffer unless nec. to get a spot to move to.
  13546.  
  13547.     * indent.el (indent-region): If have fill-prefix, make each line
  13548.     start with the prefix.
  13549.  
  13550.     * awk-mode.el: New file.
  13551.     * loaddefs.el: Add autoload and auto-mode-alist entry.
  13552.  
  13553. Sat Dec 24 15:13:59 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13554.  
  13555.     * mail-utils.el (mail-strip-quoted-names): Handle nested comments.
  13556.  
  13557.     * gdb.el (gdb-refresh): Call `recenter'.  Take prefix arg and pass it.
  13558.  
  13559. Fri Dec 23 17:26:55 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13560.  
  13561.     * dired.el (dired-get-filename): Handle spaces in filenames.
  13562.  
  13563. Thu Dec 22 02:46:25 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13564.  
  13565.     * term/at386.el: Eric Raymond's changes to work with keypad.el.
  13566.  
  13567.     * loaddefs.el (completion-ignored-extensions): add .a and .ln.
  13568.  
  13569.     * shell.el (shell-set-directory): Convert // to one /,
  13570.     so Emacs emulates Unix conventions.
  13571.     (shell-unduplicate-slashes): New fn to convert a string that way.
  13572.  
  13573.     * info.el (Info-edit-map): Make this inherit text-mode-map,
  13574.     instead of copying that.  TEST THIS LATER.
  13575.  
  13576.     * dired.el (dired-readin): Add the `d' option, if wildcard pattern.
  13577.  
  13578.     * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix.
  13579.     (gdb-maybe-delete-prompt, gdb-call):
  13580.     Handle the fact that insertion is done with insert-before-markers.
  13581.     Also delete multiple prompts if they arrive in succession.
  13582.     Also work properly if buffer contains an unsent partial input line.
  13583.     Value of gdb-delete-prompt-marker is now a list:
  13584.     (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING).
  13585.  
  13586. Wed Dec 21 11:16:48 1988  Chris Hanson  (cph@kleph)
  13587.  
  13588.     * telnet.el (telnet-filter): Don't insert ^M's into the buffer.
  13589.     Don't force point to move to end of buffer;
  13590.     `insert-before-markers' will move it if that is appropriate.
  13591.  
  13592.     * netunam.el: New file supports hp-ux `RFA' feature.
  13593.  
  13594. Tue Dec 20 01:53:03 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13595.  
  13596.     * backquote.el, loaddefs.el: doc fix.
  13597.  
  13598. Sun Dec 18 00:39:24 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13599.  
  13600.     * keypad.el: Change from character numbers to named characters
  13601.     in the function keymap.
  13602.  
  13603. Fri Dec 16 12:53:20 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13604.  
  13605.     * files.el (find-file-noselect): Mention file name when asking
  13606.     whether to read new version from disk.
  13607.  
  13608. Wed Dec 14 12:04:01 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13609.  
  13610.     * mouse.el: New file; window-system-independent parts of mouse support.
  13611.     * x-mouse.el: Parts moved to mouse.el.  Require 'mouse.
  13612.  
  13613.     * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops.
  13614.  
  13615.     * term/x-win.el: Add missing arg to set-input-mode.
  13616.  
  13617. Mon Dec 12 15:21:39 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13618.  
  13619.     * telnet.el (telnet-send-input): Save input in telnet-previous-input
  13620.     (telnet-mode): Make that var buffer-local.
  13621.     (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
  13622.  
  13623.     * loaddefs.el (replace-string): Fix doc typo causing bug.
  13624.  
  13625. Sat Dec 10 14:51:24 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13626.  
  13627.     * compile.el (compile-internal): Get old compile process just once.
  13628.  
  13629.     * hideif.el, keypad.el, terminal.el:
  13630.     Add new arg to calls to where-is-internal.
  13631.  
  13632.     * x-mouse.el (mouse-binding-names): Set up this table.
  13633.  
  13634.     * sort.el (sort-columns): On VMS, use sort-subr to do the work.
  13635.  
  13636.     * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file
  13637.     based on name of inbox file.
  13638.  
  13639. Wed Dec  7 15:15:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13640.  
  13641.     * shell.el (shell): Do M-x shell-mode only if new buffer.
  13642.     Don't bother setting NAME; it's not used again.
  13643.  
  13644. Tue Dec  6 18:56:21 1988  Richard Mlynarik  (mly@peduncle.ai.mit.edu)
  13645.  
  13646.         * files.el (toggle-read-only):  +ve prefix arg means to set read-only
  13647.  
  13648. Sun Dec  4 12:05:34 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13649.  
  13650.     * debug.el (cancel-debug-on-entry): Fix typo in handling macros.
  13651.  
  13652.     * spell.el (spell-region): Win if spell-filter is buffer-local.
  13653.  
  13654.     * c-mode.el (electric-c-terminator): Don't use a marker
  13655.     to handle auto-fill from newline.  Do it as in electric-c-brace.
  13656.     * keypad.el (function-key-sequence): Pass t as new arg.
  13657.  
  13658.     * rmailout.el (rmail-output-to-rmail-file):
  13659.     Temporarily undelete the message while it is being copied.
  13660.  
  13661.     * texinfmt.el (texinfo-format-emph): Was failing to rescan result.
  13662.  
  13663. Sat Dec  3 09:06:27 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13664.  
  13665.     * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure.
  13666.     (rmail-retry-failure): Set up to re-edit and re-send original msg.
  13667.  
  13668. Thu Dec  1 23:54:29 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13669.  
  13670.     * dbx.el (dbx-filter): Use insert-before-markers.
  13671.     * gdb.el (gdb-filter):  Likewise...
  13672.     * kermit.el (kermit-clean-filter):
  13673.     * mh-e.el (mh-process-demon):
  13674.     * telnet.el (telnet-filter):
  13675.     * terminal.el (te-filter):
  13676.  
  13677. Wed Nov 30 06:51:22 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13678.  
  13679.     * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off
  13680.     since `from' in l.c. can appear@beg of line within a
  13681.     Unix-format message.
  13682.  
  13683.     * files.el (set-auto-mode): Call the mode function outside
  13684.     of the save-excursion, so mode hooks can move point.
  13685.  
  13686.     * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0.
  13687.  
  13688. Fri Nov 25 13:36:27 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13689.  
  13690.     * bytecomp.el (byte-compile-function-form):
  13691.     For symbol as arg, return the symbol, not its function definition.
  13692.  
  13693. Sat Nov 19 13:16:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13694.  
  13695.     * tags.el (tags-completion-alist): New local var of each tag table,
  13696.     holding alist of all tags in it.  Also a function to compute the alist.
  13697.     (visit-tags-table-buffer): Make that var local.
  13698.     (visit-tags-table): Compute the alist unless already done.
  13699.     (find-tag-tag): Do completing read using the alist.
  13700.  
  13701. Thu Nov 17 17:27:30 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13702.  
  13703.     * sendmail.el (mail-sent-via): New command, entered in mail-mode-map.
  13704.  
  13705.     * files.el (find-alternate-file): Include old filename in
  13706.     initial contents of minibuf.
  13707.  
  13708.     * files.el (file-name-sans-versions):
  13709.     Fuller knowledge of VMS version numbers.
  13710.  
  13711. Tue Nov 15 16:16:53 1988  Richard Mlynarik  (mly@peduncle.ai.mit.edu)
  13712.  
  13713.         * rmail.el (rmail-make-in-reply-to-field):  I'm sick of seeing
  13714.         illegal headers generated by rmail.
  13715.         Note that this change undoes rms' change of 4-Jul-88" -- I'll
  13716.         check to see why that change was made in the first place.
  13717.  
  13718.         * rmail.el (rmail-forward): Set `forwarded' attribute only if mail
  13719.         is sent.
  13720.  
  13721. Tue Nov 15 15:28:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13722.  
  13723.     * startup.el (command-line): Don't set mode of *scratch* if .emacs did.
  13724.     (command-line-1): Avoid binding load-path for -l switch.
  13725.  
  13726. Sun Nov 13 21:09:47 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13727.  
  13728.     * time.el (display-time): Use pipes--don't waste a pty.
  13729.     * ispell.el (start-ispell): Likewise.
  13730.  
  13731. Fri Oct 21 11:30:51 1988  Chris Hanson  (cph@kleph)
  13732.  
  13733.     * xscheme.el (xscheme-send-control-g-interrupt,
  13734.     xscheme-send-interrupt): Don't use second argument to
  13735.     `interrupt-process' or `quit-process'.  These aren't needed and
  13736.     they actually cause the wrong effect on Ultrix.
  13737.  
  13738. Wed Oct 12 13:15:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13739.  
  13740.     * rmail.el (rmail): Don't process local-variables specs in RMAIL files.
  13741.  
  13742. Mon Oct 10 13:14:50 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13743.  
  13744.     * files.el (list-directory): Handle non-ex dirs properly.
  13745.     Use file-name-as-directory when appro.
  13746.     Simplify testing for dir-name vs. file-pattern.
  13747.  
  13748.     * rmail.el (rmail-set-attribute): Optional 3rd arg is message #.
  13749.     * sendmail.el (mail, mail-other-window, mail-setup):
  13750.     7th arg is list of (FCN . ARGS) to perform when msg is sent.
  13751.     * rmail.el (rmail-reply): Don't set `answered' now;
  13752.     use new arg to mail-other-window to get that done later.
  13753.  
  13754. Sat Oct  8 02:51:33 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13755.  
  13756.     * gomoku.el, resume.el: New files.
  13757.  
  13758.     * server.el (server-visit-files): Run server-visit-hook.
  13759.  
  13760.     * electric.el (shrink-window-if-larger-than-buffer):
  13761.     Make proper buffer current when buffer-local let-vars are unwound.
  13762.  
  13763. Fri Oct  7 06:32:52 1988  Chris Hanson  (cph@kleph)
  13764.  
  13765.     * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in
  13766.     @defun argument lists.
  13767.  
  13768. Fri Oct  7 00:20:58 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13769.  
  13770.     * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode.
  13771.  
  13772.     * replace.el (perform-replace): typos in doc string.
  13773.  
  13774. Thu Oct  6 01:08:28 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13775.  
  13776.     * files.el (recover-file): Don't turn-off auto-save.
  13777.  
  13778.     * time.el (display-time-filter): rmail-pop-up non-nil
  13779.     says, if have new mail, pop up rmail window and read it in.
  13780.  
  13781. Wed Oct  5 18:08:53 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13782.  
  13783.     * compile.el (compile-internal): Must do fundamental-mode *before*
  13784.     make-local-variable.
  13785.  
  13786. Tue Oct  4 16:36:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13787.  
  13788.     * files.el (backup-buffer): Chase symlinks and backup their target.
  13789.  
  13790. Mon Oct  3 00:41:46 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  13791.  
  13792.     * compile.el (compile-internal): New name for compile1.
  13793.     Doc changes in many functions.
  13794.  
  13795. Fri Sep 30 15:52:30 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13796.  
  13797.     * loaddefs.el: autoload mail-mode.
  13798.  
  13799. Thu Sep 29 15:04:23 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13800.  
  13801.     * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9.
  13802.     (manual-entry): Put the arg into the buffer name.
  13803.  
  13804. Wed Sep 28 15:03:11 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13805.  
  13806.     * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9.
  13807.  
  13808.     * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete.
  13809.  
  13810.     * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9].
  13811.  
  13812.     * compile.el (next-error): Support multiple compilation buffers.
  13813.     (compile1): Likewise.  New variable compilation-error-buffer.
  13814.     Variable compilation-process eliminated.
  13815.     compilation-error-buffer records which buffer next-error should use.
  13816.     (compilation-sentinel): Use positive indices in current-time-string.
  13817.  
  13818. Tue Sep 27 22:23:38 1988  Chris Hanson  (cph@kleph)
  13819.  
  13820.     * dired.el (dired-chown): hp-ux puts the chown program in /bin,
  13821.     not /etc.
  13822.  
  13823. Tue Sep 27 00:46:34 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  13824.  
  13825.     * files.el (delete-auto-save-file-if-necessary): New arg FORCE.
  13826.     Delete only if file is recent or if FORCE.
  13827.     (basic-save-buffer): Pass t for FORCE if auto save file was recent.
  13828.     (rename-auto-save-file): Don't rename file if not recent.
  13829.  
  13830.     * sendmail.el (mail-send): Query if buffer unmodified (already sent).
  13831.  
  13832. Mon Sep 26 15:14:15 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13833.  
  13834.     * prolog.el (run-prolog): Use new var prolog-program-name.
  13835.  
  13836.     * compile.el (compile1): Don't call save-some-buffers.
  13837.     (compile, grep): Call it here.
  13838.  
  13839.     * compile.el (compile1): Two new args PARSER and REGEXP
  13840.     control local bindings for compilation-parse-errors-hook
  13841.     and compilation-error-regexp.
  13842.     (next-error): Call compilation-parse-errors-hook to parse errors.
  13843.     Save the entire list in compilation-old-error-list.
  13844.     Don't clear markers when used; put them in compilation-last-error.
  13845.     (compilation-forget-errors): Clear all the markers that were made.
  13846.  
  13847. Sun Sep 25 12:59:18 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13848.  
  13849.     * text-mode.el (change-log-mode): New function.
  13850.     * loaddefs.el: Use that for ChangeLog files.
  13851.     * add-log.el (add-change-log-entry): Don't set major or minor modes.
  13852.  
  13853.     * tags.el (select-tags-table): New; offers menu for of tags tables.
  13854.     (visit-tags-table): Add each tags table to tags-table-file-list.
  13855.  
  13856.     * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp.
  13857.     (last-tag): Now can be a list, whose car is a regexp.
  13858.     Means find-tag to repeat same tag should do regexp search.
  13859.     (find-tag-regexp): New command.
  13860.  
  13861.     * tags.el (tags-loop-continue): If we don't stop in a buffer
  13862.     and it isn't modified, kill it when get the next one.
  13863.  
  13864.     * bibtex.el: Greatly revised by Marc Shapiro.
  13865.  
  13866. Fri Sep 23 00:35:33 1988  Richard Stallman  (rms@hobbes.ai.mit.edu)
  13867.  
  13868.     * sendmail.el (sendmail-send-it): Change "s:" to "subject:".
  13869.  
  13870. Wed Sep 21 01:02:53 1988  Richard Stallman  (rms@hobbes.ai.mit.edu)
  13871.  
  13872.     * float.el (abs): Define it as in cl.el and mim-mode.el.
  13873.  
  13874.     * doctor.el (doctor-member): New name for `member'.
  13875.  
  13876.     * subr.el (mod): Name deleted.
  13877.  
  13878.     * mlsupport.el (setq-default): Defn deleted; data.c does it.
  13879.  
  13880.     * edt.el (edt-beginning-of-window): Function renamed.
  13881.     (edt-delete-previous-word): Function renamed.
  13882.     (edt-line-to-{top,bottom}-of-window): Function renamed.
  13883.  
  13884.     * cl.el: require cl, so that byte-compiler will load it.
  13885.  
  13886.     * lpr.el (print-region-1): Don't pass -T, -J switches on sysv.
  13887.  
  13888.     * bibtex.el (bibtex-entry): Insert comma only if both
  13889.     required and optional are non-nil.
  13890.  
  13891.     * autoinsert.el: Change defconst to defvar.
  13892.  
  13893. Mon Sep 19 18:49:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13894.  
  13895. *    * shell.el: New commands TAB, M-n, M-p.
  13896.     (shell-complete-file-name): New function.
  13897.     (shell-completion-cleanup): New function, called from
  13898.     kill-shell-input and shell-send-input.
  13899.     (kill-output-from-shell): Kill back to last recognized prompt.
  13900.     (shell-{next,prev}-command): New motion commands.
  13901.  
  13902. *    * text-mode.el (center-region): Don't change blank lines.
  13903.  
  13904. Sat Sep 17 17:27:47 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13905.  
  13906. *    * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
  13907.  
  13908. Fri Sep 16 00:34:47 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  13909.  
  13910.     * files.el (find-alternate-file): Don't kill OBUF if still current.
  13911.  
  13912.     * subr.el (start-process-shell-command): Start subprocess, exec'ing
  13913.     via the shell.
  13914.     * compile.el (compile1): Call that.
  13915.  
  13916. *    * server.el (server-temp-file-p): New function for recognizing
  13917.     which files are temp files.
  13918.     (server-edit): Call it.
  13919.     (server-temp-file-regexp): Variable that controls the function.
  13920.  
  13921. *    * outline.el (outline-minor-mode): New command; adds outline-mode-ness
  13922.     to current major mode.
  13923.     (outline-heading-end-regexp): New variable; how to find end of heading.
  13924.     (outline-end-of-heading): Move fwd to end of heading.
  13925.     So that a heading can be more than one line.
  13926.     Various functions call this.
  13927.     (outline-level): Now it's the indentation of the end of what matches.
  13928.  
  13929. Thu Sep 15 17:30:08 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13930.  
  13931.     * compile.el (grep): Use grep-command for program.
  13932. *    * loaddefs.el (grep-command): New variable.
  13933.     (compile-command): Moved to compile.el.
  13934.  
  13935.     * c-mode.el (electric-c-terminator): Make insertpos a marker.
  13936.  
  13937.     * c-mode.el (c-indent-command): `interactive' should follow doc string.
  13938.  
  13939. Tue Sep 13 22:49:02 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  13940.  
  13941.     * hideif.el (hif-tokenize): Typo in token string.
  13942.  
  13943. Mon Sep 12 14:56:40 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13944.  
  13945.     * help.el (locate-library): New command.
  13946.  
  13947.     * cl-indent.el (common-lisp-indent-hook): New clause for `,'.
  13948.  
  13949.     * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr.
  13950.  
  13951.     * info.el (Info-find-file): Clear buffer-file-name before calling
  13952.     erase-buffer.
  13953.  
  13954. Tue Sep  6 21:03:07 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13955.  
  13956.     * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens.
  13957.  
  13958.     * lisp-mode.el (calculate-lisp-indent): bug in lisp-indent-offset case.
  13959.